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

App level section Access in qliksense

I want to restrict access to a particular app, not based on a particular dimension but complete access.

I don't want to create another stream.

Will below script before the actual load script work in qlik sense too?

Section Access;
Load * Inline [
ACCESS, USERID
ADMIN, danl
USER, ryanl
];
Section Application;

If yes, in qlikview we need to check Intial Data reduction and strict exclusion in the opening tab under document properties. How and where do we do this in qlik sense?

Labels (1)
2 Replies
Lisa_P
Employee
Employee

In Qlik Sense the Section Access; and Section Application;  has to be the first part of the script above anything else including variables. So create a new section above Main to add your section access.  The script above is valid for Qlik Sense. 

qlikcoin5
Contributor II
Contributor II
Author

Thank you Lisa for your quick response. So, we don't have to do - check Initial Data reduction and strict exclusion in qlik sense?

Also is must to have domain before the username, something like domain\danl?