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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
lakshman1031
Contributor III
Contributor III

Object level security in Qliksense

Hi Team,

I have Qlik sense app Home Page. Here different navigation buttons are there. 

Some users are not visible to some navigation buttons.

Ex: I have 10 navigation buttons. 

2 Users are only visible 2 Navigation button, remaining buttons are grade out and, If click the that grade buttons it won't navigate.

How will you do this one. Please help me.

Thanks Advance.

 

Regards,

Ram 

4 Replies
Chanty4u
MVP
MVP

You can use show hide condition my be 

If(WildMatch(OSUser(), 'DOMAIN\User1', 'DOMAIN\User2'), 1, 0)

 

David_Friend
Support
Support

Are you using Section Access as well already?

lakshman1031
Contributor III
Contributor III
Author

Hi David,

I have used session access like

ACCESS, USERID

USER,  ABC/ABC

USER, BCD/BCD

 

like that App level security I have used.

How will implement Object level security in Qliksense

I have number of users are there, I have 10 navigation buttons. Some button are visible to some users some button are grade like that.

 

Regards,

Ram

lakshman1031
Contributor III
Contributor III
Author

Hi Chanty,

I tried but it is not working.

 

Regards,

Ram