Hi everyone ! I need to hide some UV from some users and I want to use IF condition. I tried "USEREMAIL={email}, but it doesn’t work. If I try to my email i don’t see this view.
I have 3 different users who can see only row with thier emails, and 3 users who can see every row in table. I made 3 slices for each other “who can see only row with email” and I want to use useremail to get premission for view slice with thier emails.
However I want to get one view with all row for the others users with “full” premission and I tried OR=(USERMAIL=a@a.com,USERMAIL=b@b.com), but it doesn’t work too.
Any suggestion for solution this problem ?