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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section access for multiple sheets

i have to implement section access to main sheets ie scorecard, commercials and operations also to subsheets for commercials...How to achieve this?

2 Replies
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Create Excel file: 

ACCESSNTNAMEROLE
ADMINDOMAIN\QLIKVIEWADMIN

In your script add:

Section Access;

LOAD ACCESS,

    NTNAME,

    ROLE

FROM

(ooxml, embedded labels, table is ACCESS);

Section Application;



In Document properties:

Screenshot_2.jpg



In Sheet properties:

Screenshot_1.jpg