Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
StefanP
Contributor
Contributor

Qlik Sense Section Access issue

Greetings,

Our team recently encountered a rather peculiar issue in Qlik Sense. 

Our Section Access is build using Attribute 1, Attribute 2 and Attribute 3, which are corresponding to Attribute 1, Attribute 2 and Attribute 3 fields in our Data Model. We've noticed that records where Attribute 3 is NULL are hidden for our users even though they have ADMIN access and they are supposed to see all possible combinations. Only once the application is reloaded the users with ADMIN access are able to see all possible combinations. However once the application is closed and opened again the ADMIN users are again limited. 

Please let me know if you have any ideas on how this issue could be solved.

Regards,

Stefan

Labels (1)
1 Reply
rubenmarin

Hi, you can set to load a value instead of null(), one way can be using NullAsValue in those fields, like:

set NullValue = '';
NULLASVALUE KEY1, KEY2, KEY3;

You will also need to give access for this "null" value in section access.