Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I have below code which is for data restriction using section access in Qlik Sense.
I have published(everyone stream) this app in qlik sense hub.The issue I am facing is ,
*************************************
I am able to open application and data restriction is also working fine(I am able to see data for WEST region only)
but TID1 and TID2 users are getting access is denied error when they are opening application in hub
****************************************
Please refer to below code and help me to find the reason for above mentioned issue.
Section Access;
Load * Inline [
ACCESS,USERID,REGION
ADMIN,Domain\MYTID,WEST
ADMIN,Domain\TID1,YUKON
ADMIN,Domain\TID2,QUEBEC
];
Section Application;
Orders:
load *,
Upper(Region) as REGION
Resident Orders$ ;
Drop Table Orders$;
Hi,
You can try the following:
Hope this helps,
BR,
Vu Nguyen