Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
slihp67
Contributor
Contributor

Section Access Reduction BUG?

I have implemented section access in my app which for the most part works fine. This is the script

LOAD * INLINE [
ACCESS, USERID, GROUP, SUBJECTCODE
ADMIN, *, D_ADMINS, *

USER, DOMAIN\USERA, , 40201000
USER, DOMAIN\USERB, , 29908000

ADMIN, INTERNAL\SA_SCHEDULER, , *
];

If I load the data and view the dashboards built, being part of the D_ADMINS group which has the * on subjectcode column i get to see everything users A & B see i.e. all data with subject code 40201000 & 29908000. If i update user A with a subject code that i know dose not exist (did this by mistake) say 40201000999999 i then see all data in the dataset???? i would have thought i would see no data as there is no data in the dataset with subject code=40201000999999 .

2 Replies
slihp67
Contributor
Contributor
Author

ignore this , think this is a wildcard +lack of knowledge of it

marcus_sommer

I'm not sure but I assume that section access in Sense worked quite similar like section access in View and there is the very important option of strict exclusion. Therefore take a look if it's exists in Sense, too and enable it (take care of having always a backup of your application without any section access):

Section-Access-Strict-Exclusion 

- Marcus