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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multi users

Hi,

I'm working with multi users. Now I want to disable a few worksheets for one account.
Is this possible?

Regards

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, that's possible with section access. You can find examples here and here.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, that's possible with section access. You can find examples here and here.


talk is cheap, supply exceeds demand
Not applicable
Author

Yes indeed! Thanks

Now I got an other question.. Is it possible to make multi users but with other conditions.

Example here:

Section Access;

LOAD * INLINE [

    ACCESS, USERID, GROUP

    ADMIN, ADMIN1, GROUP1

    USER, USER1, GROUP2

    USER, USER2, GROUP3

    ACCESS, USERID, COUNTRY

    ADMIN, ADMIN1, BELGIUM

];

Is it possible to make other users, but with different conditions?
Such as Group and country in my example.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See this blog post.


talk is cheap, supply exceeds demand