I’d like to have an entire view disappear unless your login is on a specific list. I tried using the security filter but that hasn’t worked.
I made a work around for this by creating a table called access that lists user emails and views they have access to. There is another table called Startup which uses a LINKTOVIEW action to go to a specific view. I added a virtual column to my Access table to grab the LINKTOVIEW details from the startup table. Then I created a slice based on this access table to row filter [email] (from access table)=USEREMAIL(). Based on this slice, I have a gallery view of filtered views available to the user. When clicked, the user goes to that view.
@SKETCHwade One way is using the same specific list with the option “Show If”. If user’s email address is not in that list, it will hide that view. It’s not a secured way but together with the security filter it is.
User | Count |
---|---|
17 | |
12 | |
5 | |
5 | |
5 |