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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access - NTNAME,OSUser

Hi All,

I am new to the forum but not new to QlikView.

I am asked to hide one sheet- sheet ID SH03 from standard users but make it available to myself (Admin access) - SSMITH - and 10 other users. I would like to do it using NTNAME.

Most of QlikView developers have got access to SQL where they can get a list of NTNAMES. I do not have this access. No way of getting this.

I have heard of OSUser.

How to utilise OSUser and SH03 in the section application instead of NTNAME and what is the syntax behind OSUser? IS it the same as GSTT/SSMITH?

Current code that does not work

SECTION ACCESS;
AccessTable:
LOAD *INLINE[
ACCESS,NTNAME,SH03FLAG
ADMIN,GSTT/SSMITH,1
USER,GSTT/ACARRIER,1
USER,*,0  

]
;
SECTION APPLICATION;


<NTNAME> bit does not work, I am also not sure if I am using <SH03> bit correctly as I do not know where the <Flag> bit comes from. The Sheet ID is just <SH03>

Sorry I do not know where to start with this...

Any help would be much apprecaited

Thank you,

Best wishes,

Aneta

Labels (1)
0 Replies