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: 
joeybird
Creator III
Creator III

Section Access - Qlik sense - Certain sections

Hiya

I have managed to achieve section access using windows login...but unfortunately the Section Application groups don't work. I cannot get GROUP 1 to work

please help

here is my code

Section Access;
Users:
LOAD * INLINE [
ACCESS,NTNAME,SA_LINK,
USER, INTERNAL\SA_SCHEDULER,*
USER,NTNAME,GROUP1

] ;

Section Application;
STAR IS *;
// It will ONLY take all the values
// from Section Access but not all the values from actual field.
Security:
LOAD * INLINE [
SA_LINK,BRIDGEID_SA
AMERICA,*    
GROUP1,SHOPPING NORTH|<ANY>|USA
] ;

please help

0 Replies