Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
UserID2626
Partner - Creator III
Partner - Creator III

Section access not working qlik sense-2020

Hi,

My section access script for row level hiding is  not working, 

My requirement is to hide north region for my ID.

Section access;

Load * inline [

ACCESS, USERID, REGION NAME

ADMIN,INTERNAL\SA_SCHEDULER,*

USER,DOMAINNAME\USERID2626,NORTH

];

Section application;

Load RGN as "Region Name",

AMT as amount from table1.

Labels (2)
11 Replies
tresesco
MVP
MVP

One quick fix to try. Both the field names in section access and application should match.

 

Section application;

Load RGN as [REGION NAME],

AMT as amount from table1.

 

UserID2626
Partner - Creator III
Partner - Creator III
Author

UserID2626_0-1587725972738.png

 

I am getting this error only for region, for remaining dimensions its working.

 

lorenzoconforti
Specialist II
Specialist II

If this is your user id (USERID2626) then you are giving yourself access to NORTH region, not hiding it

Also, is DOMAINNAME your actual domain name?

UserID2626
Partner - Creator III
Partner - Creator III
Author

my domain name is not DOMAINNAME.

I am getting this error only for region, for remaining dimensions its working.

 

lorenzoconforti
Specialist II
Specialist II

Just to try, what happens if you give yourself ADMIN access rather than USER?

UserID2626
Partner - Creator III
Partner - Creator III
Author

UserID2626_0-1587731592764.png

No Luck, its not working for region alone now. i am not getting that error now but all regions are visible in charts, only south needs to be visible.

 

lorenzoconforti
Specialist II
Specialist II

Do you still get the error when loading?

UserID2626
Partner - Creator III
Partner - Creator III
Author

i am not getting that error now but all regions are visible in charts, only south needs to be visible.

lorenzoconforti
Specialist II
Specialist II

Not sure what is going on. 

How are you reloading the app? from the QMC?