Hi,
I would like to be able to filter data based on the logged user.
I would like to create one mashapp with sensible information like selling data. But I would like that specific user could see only his selling data, not all the data of the company.
I was thinking to a DataBase table with a column containing the username, close to the selling data.
I know I can create 2 different mashapp that use a unique global datafeed and set up filter inside the mashapp. And then give specific share grant to different users.
But I wonder if it's possible to add a filter at the level of datafeed. I mean, Building the datafeed, I would like to add something like a dinamic parameter "$USER" that can be used in the datafeed to filter information.
In this way automatically, in the mashapp the system could filter data based on the logged user.
Thanks
Dario
Janos Vona on
Hi Dario,
You cann add to your Query the logged user name. Use for that Info->Userinformation->logged user name. This value you can attach to your dataquery or simply filter the data values with this user name. This feature is - I am not 100% sure- from Version 2.1 available.