Hello everybody.
I'm trying to implement a sort of function that allows every single user to choose on which data sets he can work on.
I found no problem with the FORMs by creating a table on which I save a sort of cookie for the user.
The problem is with the VIEWs: I cant' make the view access that table and select the proper criteria selector (ie: the company).
Is there a way to make the dynamic view criteria work?
Thanks,
Matteo