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: 
Not applicable

Section application to hide sheet

Hi

I have a problem getting section application working with publisher. What I want to do is hide a sheet for some users

My script looks like this

Section Access;
LOAD * INLINE [
    ACCESS, NTNAME, PROFILE

    ADMIN, EKO\admin, ADM
    USER, EKO\sks, ANV
    USER, EKO\sls, ANV
];

Section Application;
star is *;

Section Application;
Profile:
LOAD * INLINE
[
PROFILE,SH16
ADM,1
ANV,0
];

In the sheetproperties I have this conditions for showing the sheet(SH16)

SH16<>0

The thing is that this works if I open the document with Qlikview Desktop but if I publish the document and access it through accesspoint every user gets ADM profile and are able to see the the sheet.

Any ideas?

Regards Krister

0 Replies