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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Labguy23
Contributor
Contributor

Section Access Masking by User Group

I was attempting to modify a template I found for section access masking to allow access by user groups rather than having to specify each individual separately.  I haven't been able to make it work.  Users from the appropriate group get an error saying they don't have access when trying to view the application.

The user groups in question do have access to the space.  They could access the application if I spelled out their usernames specifically.

Everything I've seen would seem to indicate I'm doing this correctly and the * in the username should work.  The load script works properly, so I'm really stuck.  Any help would be appreciated.

Labels (3)
1 Reply
Chanty4u
MVP
MVP

Hi

Can you try this 

SECTION ACCESS;

 

LOAD * INLINE [

ACCESS, GROUP, REGION

USER, COMPANY\FINANCE_USERS, WEST

USER, COMPANY\HR_USERS, EAST

ADMIN, INTERNAL\SA_SCHEDULER, *

];

 

SECTION APPLICATION;