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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sreeni_qvd
Creator
Creator

Section access

Hi Team,

I have two charts and those id's CH01, CH02, If User one log in he can see the chart1 and user2 log in he can see chart2.

How can i implement using section access? Please let me know any one

Labels (1)
1 Solution

Accepted Solutions
israrkhan
Specialist II
Specialist II

you can not achieve this using section access,

section access used for data reduction , not for object based security.

to achieve this, you can put condition on Conditional Show property, on layout tab.

condition like, if(osuser()= yourusername, 1,0)

or if(qvuser()= YourUserName,1,0), QV user you can get if you have defined in section access..

View solution in original post

3 Replies
israrkhan
Specialist II
Specialist II

you can not achieve this using section access,

section access used for data reduction , not for object based security.

to achieve this, you can put condition on Conditional Show property, on layout tab.

condition like, if(osuser()= yourusername, 1,0)

or if(qvuser()= YourUserName,1,0), QV user you can get if you have defined in section access..

sreeni_qvd
Creator
Creator
Author

Hi IsrarKhan,

It's working fine,

Thank you.

israrkhan
Specialist II
Specialist II

so close the thread, by marking correct answer.