Hello guys ! (I’m using google translator for this question) I have a question that I couldn’t solve even looking in the forum.
My SEMANA table is feeding two different views:
The TAPEÇARIA view
The TAPEÇARIA 2 view.
How can I get certain login emails to see the TAPEÇARIA view or other login emails to see the TAPEÇARIA 2 view?
You could use something like
USEREMAIL() ="abc@email.com " for one email or IN(USEREMAIL(), LIST(“abc@email.com ”, “dfg@email.com ”)) for multiple emails in the show_if property of the view.
Views: The Essentials - AppSheet Help
However please note that this show_if will only hide the view icon from users, it is not necessarily a secure way. ApSheet secures data by rows or at record level using security filters.
Security filters: The Essentials - AppSheet Help
1 Like
Steve
October 30, 2022, 4:24pm
3
1 Like
Thank you so much my friends, it worked for here. thank you very much for the help
2 Likes