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
bramkn
Partner - Specialist
Partner - Specialist

As the Operations monitor is updated every upgrade. You should make a duplicate and put in section access in that app. And then just make the original one unavailable for users.

navaneeth79
Contributor II
Contributor II
Author

I want to know how actually we can implement section access any example so that I can apply the same. I am new to Sense.

navaneeth79
Contributor II
Contributor II
Author

I created duplicate of the app too. want to implement the table in the duplicate one

navaneeth79
Contributor II
Contributor II
Author

can we use a field name instead of reduction in section access table

bramkn
Partner - Specialist
Partner - Specialist

You can use field values to state which data can be seen by which users. and you can omit fields by omiting the fieldname.

so in your case you would create a row for each person in combination with each app name he should be able to see. what field u need for that you can find in the monitoring app.

navaneeth79
Contributor II
Contributor II
Author

I tried doing so but failed to get  the required data, actually my requirement is that a particular user can also see data related to a field value and other data should be not seen. but when I implement I am getting error i.e., no sheets are visible for that user.

bramkn
Partner - Specialist
Partner - Specialist

If you get that error, you are doing something wrong. Please provide the code so I/we kan see what you are doing wrong.

Your requirement is not very clear to me, so please provide a sample of what the outcome should be.

navaneeth79
Contributor II
Contributor II
Author

‌in operations monitor we can see task details of every dashboard. So my requirement is that the user can only view task details of particular dashboard. For example if dashboard1, dashboard2 are two dashboards and user should only see tasks related to dashboard2.

my code is

LOAD * INLINE

[

ACCESS,USERID,APPNAME,OMIT

USER,ABC,DASHBOARD2,

]