This content has been marked as final.
Show 3 replies
-
2. Re: Giving Authentication to the worksheets based on the user
barathkumar vijayakumar Oct 9, 2017 1:58 PM (in response to Alan Perez)Hi Alan,
thank you for your response. I will check this and let you know. is it possible deny access to Individual drill sheet (tableau action) to certain users ?
-
3. Re: Giving Authentication to the worksheets based on the user
Ritesh Bisht Oct 9, 2017 5:47 PM (in response to barathkumar vijayakumar)Hi Barath,
Yes, we can set the permissions implementing row level security by using filter at group level.
- In Tableau Desktop, select Server > Log On and then type in Tableau Server log-in credentials.
- Right-click in the Data window and then select Create Calculated Field.
- Name the field, enter the below formula, and click OK :
ISMEMBEROF('[<group name>]')
- Drag the calculated field to Filters card.
- Select True and then click OK.
Note: You must be logged in as a user of the selected user group to select True.
Thanks,
Ritesh