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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional hiding of sheets according to the user login (Security)??

Hi All,

I have some security issue here.

Actually I have 18 sheets in one document.

But when I am implementing security my requirement is such a way that all user does not have access to view all sheets.

Let's say user1 can view only 5 sheets out of 18 sheets.

So when user1 is logging in to the application can I hide other sheets conditionally,so that user1 should only see 5 sheets not all 18?

Is this possible in QlickView ?

Thanks & Regards,

Mahasweta



3 Replies
Not applicable
Author

Hi Mahasweta,

it´s possible!

If you have security in place (Section Access, Section Application) you can use the function "QVUSER()" to identify who loged in and define a condition to show or hide a sheet.

Good luck!

Rainer

Not applicable
Author

DMS only?

Not applicable
Author

...if you are using section access and want to group your users together, define a column in the access control source for each user and then make it visible in the application section:

Section Access;
[Access Control]:
LOAD ....
USERGROUP
FROM....

Section Application;
LOAD USERGROUP
RESIDENT [Access Control];

Regards,

Gordon