In my application I set some formulas, both on the view side and the table settings so that I could manage the access permissions to the information. I specifically used the LOOKUP() formula to check that the current user (USEREMAIL()) had the right role. To do so I have created a user table with a column โroleโ with the specific values.
Everything worked perfectly until this morning when this warning showed up: โโฆโ in the expression assistent and now both the views and the permissions on the table settings side have gone bad. I know for a fact that the formulas are correct as they have always worked but now they donโt work.
Is this a temporary malfunctioning or how can I fix this problem?
Solved! Go to Solution.
For Show If try to use this formula:
In(Useremail(),Select( utenti[Mail], OR([Ruolo]="Amministratore" ,Ruolo]="PM Giubileo" )) )
For Show If try to use this formula:
In(Useremail(),Select( utenti[Mail], OR([Ruolo]="Amministratore" ,Ruolo]="PM Giubileo" )) )
I resolved the problem. In the end the error was in the column order of the user table (I modified the DB without regenerating the structure in AppSheet). The formula that you posted works as well as the one that I wrote down. Thank you anyway for the answer.
User | Count |
---|---|
18 | |
13 | |
8 | |
4 | |
2 |