Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access in Qliksense

Hi All,

I am trying to Implement Section Acess in Qliksense

My Requirement is when user will be login. You will be able to see particular location

Whatever i have mentioned in the script .

But it's not coming

Iam using below script . Please help on this

Script:

section access;

LOAD * inline [

ACCESS, USER DIRECTORY,ENGAGEMENT_WORK_LOCATION

USER, PROLIFICS\TMOTARWAR,CROWN PLACELONDON

];

28 Replies
MK9885
Master II
Master II

Access Denied has nothing to do with your Data.

You cannot get into the app cus Sense cannot recognize you as a user.

Please check your NT Name as I mentioned with a text box in QlikView or Qlik Sense.

=OSUser()

this would give you  NT Name an try the code below again

Star is *;

UserAccess:

Load

Upper(Engagement_Work_Location) as ENGAGEMENT_WORK_LOCATION

Resident Your Table Name;

/////////////////////////////////////////////

Section access;

LOAD * inline [

ACCESS, USERID,ENGAGEMENT_WORK_LOCATION

USER, INTERNAL\SA_SCHEDULER, *

USER, PROLIFICS\TMOTARWAR,CROWN PLACELONDON

];

Section Application;

/////////////////////////////////////////////

or you can try this as well

Star is *;

/////////////////////////////////////////////

Section access;

UserAccess:

Load

Upper(Engagement_Work_Location) as ENGAGEMENT_WORK_LOCATION

Resident Your Table Name;

LOAD * inline [

ACCESS, USERID,ENGAGEMENT_WORK_LOCATION

USER, INTERNAL\SA_SCHEDULER, *

USER, PROLIFICS\TMOTARWAR,CROWN PLACELONDON

];

Section Application;

/////////////////////////////////////////////

Anonymous
Not applicable
Author

can I have your Mobile no /Skype id will discuss in offline.  i have tried though above code.

I am getting Acess denied. Thanks a lot for giving time to solve the issue

Anonymous
Not applicable
Author

Can I have your Mobile no/ Skype Id . Thanks a lot for giving time for solve Issue .

I have tried a lot but getting same result . Thanks a lot !!

MK9885
Master II
Master II

Ok, I jut sent you a request here in Qlik Community.

after you accept that I'll inbox you my mobile no.

Anonymous
Not applicable
Author

Thanks a lot

Anonymous
Not applicable
Author

Thanks a lot for help Andrea Gigliotti.Now iam getting result . Thanks once again !!!

Anonymous
Not applicable
Author

Thanks a lot Andrea Gigliotti .For help Iam getting the result .Thanks once agin !!!

Anonymous
Not applicable
Author

Thanks for help . Its Working Fine

Anonymous
Not applicable
Author

Thanks a lot for Help . Aehman K