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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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

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

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

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

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