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

Section Access: only one Admin with password

Hi,

I have created right working Section Acess to define the sub-set of data for any possible users:

Section Access;

LOAD * INLINE [

ACCESS, NTNAME, GRUPPO,

ADMIN, A, *

USER, B, BB

USER, C, CC

...

];

Section Application;

Now I would add another Admin who the only one with password (like in the following lines), but it doesn't work...


Section Access;

LOAD * INLINE [

ACCESS, USERID, PASSWORD, GRUPPO

ADMIN, ADMIN, ADMIN, *

];

Section Application;

Any aid?

Thanks

0 Replies