Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
navaneeth79
Contributor II
Contributor II

Qlik Sense Section Access Table

Hi all,

Can anyone explain how to create a section access table for Qlik Sense Operations monitor Dashboard to view tasks of only particular dashboard.

Thanks in advance!!!!

13 Replies
navaneeth79
Contributor II
Contributor II
Author

SECTION ACCESS;

‌LOAD * INLINE

[

ACCESS,USERID,APPNAME,OMIT

USER,ABC,DASHBOARD2,

]

bramkn
Partner - Specialist
Partner - Specialist

don't forget that you need the actual UserID so with the domain. you can find this in the QMC at the user page. so use user directory\userID

navaneeth79
Contributor II
Contributor II
Author

The section access is getting applied when the data is in CAPS but not when the data is in small letters, do we have anyway to apply Section Access even the data is in small letters.

bramkn
Partner - Specialist
Partner - Specialist

always use UPPER for things like this. It will make sure that the data is linked properly. Create a second field with UPPER to use for SA. This way your normal data field wil show up normaly in dashboards and such.