Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display the Level Access in a QVW ?

Is there any fonction to do that ?

Show ADMIN / USER or NONE base on the section access

Thanks

2 Replies
Not applicable
Author

In Section Access >>


Section Access;
USERS:
LOAD [ACCESS],
SERIAL,
NTNAME,.............................
FROM ....................;


In Section application >>


Section application;
USER_ACCESS:
LOAD
[ACCESS] as user_access
RESIDENT USERS;


I hope I have helped

Not applicable
Author

Thanks you very much. This do the tricks