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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section access on -multilevelsecurity

example:

For one sheet -I have to show all company code for one user

Sheet2 -the same user needs to restricted on the companycode level USA.

Section Access;
LOAD [ACCESS],
     NTNAME,
     Companycode,
     AUTHGROUP
resident Table1;

Section Application;
star is *;
LOAD * INLINE [
AUTHGROUP,ALLTAB
GRP1,1
GRP2,2
];

For sheet1  and User1 it suppose to show USA,Germany,Canada,Japan,Korea

For Sheet2 and user1 it suppose to show USA only

Advance thanks for your help.

Labels (1)
0 Replies