Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
sumanta12
Creator II
Creator II
Author

Hi Andrea,

I have done this but still not getting result.

((resource.objectType="masterobject" and resource.name like "Sales Trend") or (resource.objectType="measure" and resource.name like "YTD Sales") or (resource.objectType="dimension" and resource.name like "Month"))

agigliotti
MVP
MVP

could you copy and paste the security rule here?

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
sumanta12
Creator II
Creator II
Author

pic.png

agigliotti
MVP
MVP

let's try changing it as below:

(

(resource.objectType="masterobject" and resource.name like "Sales Trend") and

(

(resource.objectType="measure" and resource.name like "YTD Sales") or (resource.objectType="dimension" and resource.name like "Month")

)

)

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
sumanta12
Creator II
Creator II
Author

Not getting expected result.

agigliotti
MVP
MVP

Did you have disabled the default security rule named "Stream" as attached ?

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
sumanta12
Creator II
Creator II
Author

pic.png

seanbruton
MVP
MVP

I would go with this method. I am currently using it.