Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
belalmos
Partner - Contributor II
Partner - Contributor II

Create security rule on measures in master items

I need to create a security rule on measures in master items so they would be only visible to specific users????

Labels (1)
1 Reply
Anil_Babu_Samineni

Perhaps this? 

resource.App.stream.Empty()
and resource.App.HasPrivilege("read")
and (resource.objectType="measure" ) and (userId="samineni" and userId="anil")

Or, If you have in one domain or other platform - you can use like

resource.App.stream.Empty()
and resource.App.HasPrivilege("read")
and (resource.objectType="measure" ) and (domain="All Users")

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful