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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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