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

Qliksense Object level Access

Hi All,

I am new to Qliksense.

Please guide me to set object level access to user in qliksense.

17 Replies
micheledenardi
Specialist II
Specialist II

To implement sheet level access step by step  or more deep level App objects level access please refer this document:

Sheet or App Object Level Security Qlik Sense

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
sumanta12
Creator II
Creator II
Author

I checked but not working.

I have a user who has access to an application and he can see all the sheets.How to restrict all the sheets.

Only one sheet can be visible and under that sheet one object can be visible to user.

micheledenardi
Specialist II
Specialist II

I'm currently using that procedure on my site and it's working fine.

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
agigliotti
Partner - Champion
Partner - Champion

I suggest you to use Audit on QMC to know which security rule is granting access to all sheets for that user.

Keep in mind that you can't hide a single chart object but you can show it with no data.

sumanta12
Creator II
Creator II
Author

Hi micheledenardi


Upto sheet level access I have provided to user but I am facing issue in providing object level access.

sumanta12
Creator II
Creator II
Author

Hi,

Upto sheet level access I have provided to user but I am facing issue in providing object level access.

agigliotti
Partner - Champion
Partner - Champion

As I said before you can't restrict user access to object level but you can create a security rule to deny your user to access your chart dimensions and measures.

Doing this you'll get the message "no data" within the chart object.

Hope this helps.

sumanta12
Creator II
Creator II
Author

Hi Andrea,

I have created a security rule to deny user to access chart dimension,measure but still all the charts are visible.

pic1.PNG

pic2.png

agigliotti
Partner - Champion
Partner - Champion

you should use something as below in your security rule:

( (resource.objectType="measure" and resource.name like "*") or (resource.objectType="dimension" and resource.name like "*") )

Hope it helps.