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: 
danosoft
Specialist
Specialist

Account Autorization

Hi i wanna ask if is possible to make, in a Qlik View Layout, some object visible to a User and some object visible to another User.

I already know how to show an qlik project to a user and not to another user, but is possible internal a project to show and hidden some features and object?

Thanks

1 Solution

Accepted Solutions
marcus_sommer

If a control of the object-visibility for different user is too expensive with: match(osuser(), 'user1', 'user2', ...) you could try  to control it with section access:

Chart Level Access by user

Sheet level access

- Marcus

View solution in original post

1 Reply
marcus_sommer

If a control of the object-visibility for different user is too expensive with: match(osuser(), 'user1', 'user2', ...) you could try  to control it with section access:

Chart Level Access by user

Sheet level access

- Marcus