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

Qliksense sheet level security

Hi Team,

I have applied Qliksense sheet level security through below code. Buts its showing error .

Can you Please help on this.

Code:

((resource.resourcetype="App.object" and

resource.published="true")

and resource.app.stream.HasPrivilege("read") and

(resource.objecttype="sheet")

and(resource.name=("https://mis-automation.ad.prolifics.com/sense/app/f43632b5-bb7e-4c5a-94aa-1b6780536c4d")

and (User.name="Prolifcs\tmotarwar"))

3 Replies
shraddha_g
Partner - Master III
Partner - Master III

MK9885
Master II
Master II

Maybe below one....?


Resource Filter: Read

                            App.Object_*

((User.name= tmotarwar and resource.objectType="sheet" and resource.name="YOURSHEETNAME"))


I'm not sure if you have to use your username with Domain name. It can just be tmotarwar instead of Prolifcs\tmotarwar


You can do it other way as well by creating Custom Property and assigning that property to Users/App/Stream. But that would be useless if you have 300 users where you have to manually add the custom property to every user.

If it is small user group Custom Property is good enuf.

Anonymous
Not applicable
Author

Thanks Shabaz for the reply. I will try will let you inform.Thanks