I'd like to filter the records shown based on some conditions, but those conditions may vary from user to user, so I can't filter by a table element (or everyone would have the same records filtered out).
It's not related to permissions, as each user can decide and change which records to see.
So I was thinking on storing current preferences in a variable, and edit the SQL query to filter based on the value of that variable.
Is this possible?
Thanks
Dani