Show or hide a table

Hi , how can i show or hide a table based on the user ??

Solved Solved
0 1 692
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

To be clear, you can show or hide views, not tables.

To control the visibility of a view, use the viewโ€™s Show if property, with an expression like this:

IN(USEREMAIL(), LIST("a@a", "b@b", "c@c"))

This would make the view visible only to the users with those email addresses.

View solution in original post

1 REPLY 1

Steve
Platinum 4
Platinum 4

To be clear, you can show or hide views, not tables.

To control the visibility of a view, use the viewโ€™s Show if property, with an expression like this:

IN(USEREMAIL(), LIST("a@a", "b@b", "c@c"))

This would make the view visible only to the users with those email addresses.

Top Labels in this Space