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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Need Help

Hi EveryOne,

I need one help, i have 3 sheets..

i want to see all sheets(Sheet1, sheet2 and sheet3), but if anyone use this application they will see only 2 sheets(sheet1 and sheet2).

is there any solution???

12 Replies
saurabh5
Creator II
Creator II

hi Paul,

i found an example to dynamically hide and show sheets, have a look at the attached qvw. if that helps !

Regards

Saurabh

paulwalker
Creator III
Creator III
Author

Suppose i have permissions

NTNAME, SH01,SH02,SH03

Domain/Test, 1,1,1

Domain/Test1,1,1,0

Domain/Test2,1,1,0

Domain/Test3,1,1,0

Domain/Test4,1,1,0


Suppose i have 100 of users, should i write 100 users???

is there any other method??/


Please anyone give example..........

Not applicable

I have had a request for something verify similar and was able to accomplish with condition on sheet based on OSUser

bELOW WILL ALLOW JUST USER 1 AND USER 2 ACCESS TO THE SHEET

=UPPER(OSuser())='DOMAIN/USER1
OR UPPER(OSuser())='DOMAIN/USER2'