Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Sense 2.2 - Section Access using custom properties

Hi,

    I have created a custom property for users called Groups giving values Group1, Group2 & Group 3. Each user of the application has been associated with either Group1, Group2 or Group 3. Is there a way I can use section access to authorize/restrict access to data based on the which custom group (Group1, Group2 or Group 3) he or she is associated with?

I  want to try something like the below, but not sure if Qlik supports it.

section access;

LOAD * inline [

ACCESS, @Groups, FILTER_COUNTRY

USER,  Group1 , JAPAN

USER,  Group2, FRANCE

USER, Group3, AUSTRILIA

];

Is there a way to authorize/restrict access to data based on the which custom group created as explained above?

Regards,

Karthik

0 Replies