Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mphekin12
Specialist
Specialist

Section Access and <ALL>

Does anyone have any experience using the <ALL> keyword to return all values in a reduction field in Section Access?  I'm trying to avoid using the '*' because I really need to see ALL values for a few users, not just the values represented in the section access table.  When I use <ALL>, I get and 'Access Denied' error.

Any help would be greatly appreciated!

3 Replies
Not applicable

Hi,

Either leave the field blank (to see everything)

or create a LINK table.

<ALL> will be related to each of the item in this table

Fabrice

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Maybe this blog post helps: Basics for complex authorization


talk is cheap, supply exceeds demand
vikasgupta
Creator
Creator

Hi

Please add one dummy user ii section access table assign * in reduction field and then leave blank for reduction for which user you wants access all field not only all listed field.

please find the attached demo for same where admin can access all regions.

ACCESS, USERID, PASSWORD,  REGION

ADMIN, ADMIN, ADMIN,

USER, USER1, U1, AFRICA

USER, USER2,  U2, AMERICA

USER, USER3, U3, ASIA

USER, USER4, U4, EUROPE

USER, USER5, U4, AMERICA

USER,  USER5, U5, *

Thanks