Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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