Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
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
Partner - Champion
Partner - Champion

could you copy and paste the security rule here?

sumanta12
Creator II
Creator II
Author

pic.png

agigliotti
Partner - Champion
Partner - Champion

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")

)

)

sumanta12
Creator II
Creator II
Author

Not getting expected result.

agigliotti
Partner - Champion
Partner - Champion

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

sumanta12
Creator II
Creator II
Author

pic.png

seanbruton
Luminary Alumni
Luminary Alumni

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