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
rittermd
Master
Master

Make sure that the column name in your inline is the same as the field name in your data that it will match to.

Also, that the value for the location matches the value in the data

Do you have section application;

section after this code?

MK9885
Master II
Master II

Try blow script...

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

Section access;

LOAD * inline [

ACCESS, USERID,ENGAGEMENT_WORK_LOCATION

USER, INTERNAL\SA_SCHEDULER,

USER, PROLIFICS\TMOTARWAR,CROWN PLACELONDON

];

Section Application;

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

Please note: Section Access would only work in Qlik Sense Server (HUB Portal) and only after you publish the app.

If you get locked out by the app, right click on the app and 'open without data' to modify the script.

jagan
Luminary Alumni
Luminary Alumni

Hi Shashanka,

In Qliksense Section Access only works in Qliksense Server, in Desktop it won't work.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi After Using Above Script , Access denied Error getting

. Yes i have used in Qliksense server

Anonymous
Not applicable
Author

section access;

LOAD * inline [

ACCESS, USER DIRECTORY,%ENGAGEMENT_WORK_LOCATION

USER, PROLIFICS\TEJAS MOTARWAR,CROWN PLACELONDON

];

Section Application;

Load * inline

[

Engagement_Work_Location,%ENGAGEMENT_WORK_LOCATION

Crown PlaceLondon,CROWN PLACELONDON

];

After us

Anonymous
Not applicable
Author

Yes Same Filed name . Iam using in Qliksense Server . Thanks For reply

but that one also not wotking

Anonymous
Not applicable
Author

Yes Jagan . I have Implement code in server . Thanks for reply . Even Apply in server also not getting result

MK9885
Master II
Master II

Because maybe you have not added yourself in Section Access..?

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

Section access;

LOAD * inline [

ACCESS, USERID,ENGAGEMENT_WORK_LOCATION

USER, INTERNAL\SA_SCHEDULER,

USER, PROLIFICS\TMOTARWAR,CROWN PLACELONDON

];

Section Application;

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

Is PROLIFICS\TMOTARWAR your network  ID ? And if you get Access Deny error, right click on the pp and 'open without data' to change the script.

Anonymous
Not applicable
Author

PROLIFICS/TMOTARWAR  is network Id. how to add section Access can you please explain. that will be helpful for me . Thanks A lt for reply