Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Section Access

Hi All , 

I wanted to know how do i create a section Access using NT name ..  Users access the application thorugh Access Point 
at sheet level . ( i don't want to assign the users password , it should happen through there NT name user id and password )
Can someone please help with the steps

Tahnks in Advance

5 Replies
martinpohl
Partner - Master
Partner - Master

create a new sheet

go to tab general of the tab

edit show condition

=match(upper(osuser()),'DOMAIN\USER1','DOMAIN\USER2')

Regards

smilingjohn
Specialist
Specialist
Author

Hi Martinphol

Thanls for the reply .I really did not understood , can you please give me one example it will be really helpfull for me . 

I have never created a section access beofre . Users are access the developed dashboard trough Access Point .

Tahnks 

martinpohl
Partner - Master
Partner - Master

I didn't meant to realize sheet access by section access.

for that

section access;

load * inline [

ACCESS, NTNAME, SHEET

ADMIN, DOMAIN\USER1, A

ADMIN, DOMAIN\USER2, A

ADMIN, DOMAIN\USER2, B

];

section application,

on the sheet, show condition

=substringcount(SHEET,'B') = 1

also enable on tab open under document properties reduce data on opening using section access

Remember that it only works after opening the sheet. after reload all datas for all users are in.

Also, don't forget to add service account to reload application

Regards

smilingjohn
Specialist
Specialist
Author

Hi Martinpohl,

What is service account ? 

Within the script I need to add only this much right ? and change my domain . Can i also give SHeet ,1,2,3,4,?

 

section access;

load * inline [

ACCESS, NTNAME, SHEET

ADMIN, DOMAIN\USER1, A

ADMIN, DOMAIN\USER2, A

ADMIN, DOMAIN\USER2, B

];

 

Thanks 

Brett_Bleess
Former Employee
Former Employee

John, see the below links, pretty sure they should get you well on your way:

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

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

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.