Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlikians,
I have a requirement, and I am attaching the table with the email. I need to create a section access in a way that Manager ZZZ should be able to see the sales made in the North region, and Salesrep should only see the sales made in their respective areas, like SalesRep B1 should only see sales made in the RKPuram region.
The same goes for other region managers and sales reps. Additionally, there should be one admin who can see everything.
Thanks, Have a great day
In Section Access try this:
Section Access;
Authorization:
LOAD * INLINE [
ACCESS, USERID, MANAGER
ADMIN, DOMAIN\AdminA, *
USER, DOMAIN\UserA, ZZZ
USER, DOMAIN\UserA, YYY
USER, DOMAIN\UserA, TTT
];
Additional articles:
and:
https://www.youtube.com/watch?v=0VoJPiRrqKA
In Section Access try this:
Section Access;
Authorization:
LOAD * INLINE [
ACCESS, USERID, MANAGER
ADMIN, DOMAIN\AdminA, *
USER, DOMAIN\UserA, ZZZ
USER, DOMAIN\UserA, YYY
USER, DOMAIN\UserA, TTT
];
Additional articles:
and:
https://www.youtube.com/watch?v=0VoJPiRrqKA