Hide tabs from a specific username

My application consists of 4 tabs, i have to temporary give access to 1 user but i want him to be able to see a specific tab only. i know that it can be set from the “views” show if expression but unable to phrase it if you please help.

lets say his usename is user@example.com

thanks again

Solved Solved
0 4 339
1 ACCEPTED SOLUTION

Create a slice with the following formula

UserEmail()<>"user@example.com"

Then in your View choose this slice instead of the table

View solution in original post

4 REPLIES 4
Top Labels in this Space