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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
fabio182
Creator II
Creator II

Security in QlikView

Hi everyone!!!

I have a problem with security in QlikView.

In the graph show the number of people per country, if entry with "admin" can select a country and the comparison with the total number of people.

But security would keep the total number of people in the countries using the user "user2" (has only access to the country code "ARE").

Is this possible?@


1 Reply
fabio182
Creator II
Creator II
Author

LOAD * INLINE [

ACCESS, USERID, PASSWORD, CODIGOPAIS

ADMIN, admin, admin,

USER, user1, user1, ARB

USER, user2, user2, ARE

USER, user3, user3, ARG

];