Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
HAmzehAF
Partner - Creator
Partner - Creator

Show conditional

Hello, 

im using qlik cloud 
i wanna do a show conditional to show one sheet to a specific user and the data and charts will only show to this user only

any help on how to do it ?

 

2 Replies
Vegar
MVP
MVP

You could use osuser() as a part of the  sheet show condition property.

IF (osuser()='YourUserIdentifier', 1 , 0)

See also Styling sheets to find info on "Setting a show condition for a sheet".

HAmzehAF
Partner - Creator
Partner - Creator
Author

thanks for the reply. 

i have an excel with users in it userid username email ...

can i use this to show? in the show condition tab? 

 

@Vegar