Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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")

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)