Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sudhi0092
Contributor II
Contributor II

Section Access Qlik Sense "*" not working

im trying to apply section access for data reduction. its not working for all access "*" and works for ADMIN and individual values.

Below reduction is working

ACCESS,USERID,LDAPGROUP,ENTITY_CODE
ADMIN,REG1\ILMASUPPORT,,*
ADMIN,INTERNAL\SA_REPOSITORY,,*
ADMIN,REG1\ILMAQSADMIN,,*

USER,REG1\USER1,GROUP1,ENTITY1

USER,REG1\USER1,GROUP2,ENTITY2

 

but below reduction is not working and show as "Access is Denied".

ACCESS,USERID,LDAPGROUP,ENTITY_CODE
ADMIN,REG1\ILMASUPPORT,,*
ADMIN,INTERNAL\SA_REPOSITORY,,*
ADMIN,REG1\ILMAQSADMIN,,*

USER,REG1\USER1,GROUP1,*

USER,REG1\USER1,GROUP2,*

 

 

Labels (2)
1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

The problem is that '*' does not mean all values in the data set. It means all the value explicitly added to the section access table. In you second set, you have no explicit values, so no-one has access to any ENTITY_CODE.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

6 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

The problem is that '*' does not mean all values in the data set. It means all the value explicitly added to the section access table. In you second set, you have no explicit values, so no-one has access to any ENTITY_CODE.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
sudhi0092
Contributor II
Contributor II
Author

Now i understand. Thank you 🙂

The column data we use comes from data feed and cannot hard code for all values.

All the values are also not available bcoz section access needs to be applied before loading the data (unless we temporarily read all values initially).

What would be the best approach for granting all value access to certain group? 

If we give 'ADMIN' role then cannot add data restriction for another column (say "LOCATION"). 

 

hosur101
Contributor
Contributor

Instead of "*" just leave it as blank. It will display all values.
sudhi0092
Contributor II
Contributor II
Author

Leaving values as blank doesnot work.

piyush_gaud
Contributor II
Contributor II

Leaving values blank instead of * does works for me 🙂

Ken_T
Specialist
Specialist

how would someone get all the values for all the columns, and add them, so that the * would work in section access?  any suggestions on how to do that?