Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to only allow particular sales staff able to access his own data ?

Hi All

Below script work fine :-

SECTION ACCESS;
LOAD * INLINE [
ACCESS, NTNAME, SOURCE 

ADMIN, DESKTOP-9837GT0\pauly,TS

];

SECTION APPLICATION;

Below script cannot work :-

SECTION ACCESS;
LOAD * INLINE [
ACCESS, NTNAME, SOURCE , oDSE

ADMIN, DESKTOP-9837GT0\pauly,TS,GT

];

SECTION APPLICATION;

Any one know why ?

Paul

1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

Paul, not sure if I already gave you the following links, apologies if so, but be sure you review them, they should give you everything you need related to Section Access:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Security.htm

https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766

Note, on the second link, there are some additional blog links at the bottom related to dynamic reduction.  I think the issue in your current case may be the mixed case, Section Access requires all fields and values to be uppercase...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

1 Reply
Brett_Bleess
Former Employee
Former Employee

Paul, not sure if I already gave you the following links, apologies if so, but be sure you review them, they should give you everything you need related to Section Access:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Security.htm

https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766

Note, on the second link, there are some additional blog links at the bottom related to dynamic reduction.  I think the issue in your current case may be the mixed case, Section Access requires all fields and values to be uppercase...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.