Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
NiTo
Creator
Creator

Understanding Section Access

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

 

1 Solution

Accepted Solutions
Sebastian_Dec
Creator II
Creator II

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:

https://help.qlik.com/en-US/sense/May2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage...

 

and:

https://www.youtube.com/watch?v=0VoJPiRrqKA

Thanks & Regards,
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
Sebastian_Dec
Creator II
Creator II

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:

https://help.qlik.com/en-US/sense/May2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage...

 

and:

https://www.youtube.com/watch?v=0VoJPiRrqKA

Thanks & Regards,
Please close the thread by marking correct answer & give likes if you like the post.