Hi,
I want some users to create some datasets in my DB.
Now I have a big table (many columns), and I need these columns, but I want a user just only to see a small amount of the columns while typing.
My thought:
I create a "view" called "producttype1" and the coulumns 1 to 5 are displayed.
A second "view" calles "producttype2" can only input data into the columns with even numbers (just an example).
Is there a solution?