Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qvqfqlik
Creator
Creator

Help with section access

In qliksense - Help with section access not working. I tried below , but the USER1, USER2, USER3, USER4 are still able to see all the data. Please help

the end users will access the reports from a different website(we are integrating reports on a website) and not from the hub/access point

Section Access;

LOAD * Inline

[ACCESS,USERID,"CLIENT NAME"

  'ADMIN','USERDIRECTORYNAME\ADMIN',*

  'USER','USERDIRECTORYNAME/USER1','CLIENT1'

  'USER','USERDIRECTORYNAME/USER2','CLIENT2'

  'USER','USERDIRECTORYNAME/USER3','CLIENT 3'

  'USER','USERDIRECTORYNAME/USER4','CLIENT4'

];

Section Application;

3 Replies
MK9885
Master II
Master II

Section Access;

Start is *;

LOAD * Inline

[ACCESS,USERID,"CLIENT NAME"

  ADMIN,INTERNAL\sa_scheduler,*

  USER,USERDIRECTORYNAME/USER1,CLIENT1

  USER,USERDIRECTORYNAME/USER2,CLIENT2

  USER,USERDIRECTORYNAME/USER3,CLIENT 3

  USER,USERDIRECTORYNAME/USER4,CLIENT4

];

Section Application;

Try the above script...

Plus check the Domain name properly (forward slash or backward slash)

is it USERDIRECTORYNAME/USER1

or USERDIRECTORYNAME\USER1

qvqfqlik
Creator
Creator
Author

I was testing for myself...and not it says Access denied...I am unable to open my dataload editor/qvf file

MK9885
Master II
Master II

Right click on the app and select 'open without data'

Add your username as Admin and try.

To chexk your correct NT name

Type osuser () in textbox to verify your nt  domain name and use exactly same one in section access