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

Sheet level access in qliksense

Dear Team,

i tried sheet level access in qliksense.and have used this condition below written. this is working well. but When i log in from my thrid user (User3) then it is not showing

any sheet. kindly tell me another condition that my third user access the application. and if i add third user in below condition then how to add. kindly help me..

(resource.resourcetype = "App" and resource.stream.HasPrivilege("read")) or

(((resource.resourcetype = "App.Object" and (resource.published ="true"

and resource.name != "Duplicate"))and

(user.Name = "user1") and resource.app.stream.HasPrivilege("read")))or

(((resource.resourcetype = "App.Object" and (resource.published ="true"

and resource.name != "My new sheet"))and

(user.Name = "user2")and resource.app.stream.HasPrivilege("read")))

4 Replies
simondachstr
Luminary Alumni
Luminary Alumni

I would apply the security rule to a user group, this way access is controlled via active directory.

(resource.resourcetype = "App" and resource.stream.HasPrivilege("read")) or

(((resource.resourcetype = "App.Object" and (resource.published ="true"

)and

(user.group= "GroupWhoHasAccesstoSeetheSheet") and resource.app.stream.HasPrivilege("read")))or

panipat1990
Creator II
Creator II
Author

i did not understand.

nareshthavidishetty
Creator III
Creator III

Hi Gaurav did you achieve the sheet level access in qlik sense

can u able to tell me how to implement

nareshthavidishetty
Creator III
Creator III

Hi martin

can you please guide me how to implement sheet level access in qlik sense actually i explored in community but no luck.

thanks,

naresh