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 325
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

Create a slice with the following formula

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

Then in your View choose this slice instead of the table

Thanks for your response, @1minManager I tired this expression and it works perfectly, Ii can still see the tab but its blank , no data shown.

Is it possible to hide the whole tab ?

Thanks a lot

If you mean view you can use the same formula in the Show_If for the view

Worked like magic, thank you so much for your assistant

Top Labels in this Space