Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Saiteja1
Contributor III
Contributor III

Sheet level section access

Hi ,

I am trying to implement sheet level section access and I have written below code but it is not working

 

Section Access;

LOAD * inline[
ACCESS,USERID,PASSWORD
ADMIN,ADMIN,123
USER,USER1,123
USER,USER2,123
ADMIN,ADMIN1,123

];

Section Application;

Sheet:

Load * inline[
USERID,SH03,SH04
USER1,0,0
USER2,1,0
ADMIN1,0,1

];

and I have given SH03, SH04 as a show condition in sheet properties

Can anyone please help me

 

Thanks in advance

Labels (1)
2 Replies
abhijitnalekar
Specialist II
Specialist II

@Saiteja1,

please put the expression in show hide property like SH03=1 instead only SH03

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
Bill_Britt
Former Employee
Former Employee

HI,

Check this out, it is using your above script.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.