Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

update of a security rule

Hello

I have a security which I created, I realised there was a bug(a calculated dimension doesn't show in a listbox)  so I corrected it, the problem is that the correction seems to work for one user only but not for the others.

and also when I click on "preview" it shows "no record"

Thankyou

here is the rule

((resource.app.stream.name="Test") and (resource.objectType="dimension" or resource.objectType="measure") and (resource.name="rate" and resource.objectType="sheet") and (user.name="X" or user.name="Y"))

2 Replies
Gysbert_Wassenaar

I don't think that one resouce can have two objectTypes at the same time.

((resource.app.stream.name="Test") and (resource.objectType="dimension" or resource.objectType="measure") and (resource.name="rate" and resource.objectType="sheet") and (user.name="X" or user.name="Y"))

So no resources will ever be matched with the conditions of your rule.


talk is cheap, supply exceeds demand
Not applicable
Author

Exactly that's how I implemented it before you answered , it's all about logic (AND, OR,...). Thank you for your answers.