
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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")))

.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i did not understand.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Gaurav did you achieve the sheet level access in qlik sense
can u able to tell me how to implement

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
