Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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
Wlad_Masi
Employee
Employee

Hi @UserID2626 ,

 

What happens if you comment section access and section application lines and reload the app?
This will make these two tables to load as normal tables. With that please make selections on user id and see what data is available for selection. It usually helps when troubleshooting section access.

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
Don_Nolan
Contributor
Contributor

And the data that is used for the section access is not available so you should have the code below if you will need to use the Region in your analytics

Load RGN as [REGION NAME],

Load RGN as [Region Name],