Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
meyre76
Contributor
Contributor

QlikSense - Full hub access with bookmarks exception?

Is there a (simple) way to grant full access to the hub (all actions, all resources) for my RootAdmin role, except to see (edit, etc.) other users' bookmarks?

Labels (1)
1 Solution

Accepted Solutions
Andrew_Delaney
Support
Support

It is pretty easy to do this yes.

 

Rules can only grant permissions, so you don't need to worry about any existing rules, you just need to create a new one that grants access to everything on the hub.

 

https://community.qlik.com/t5/Knowledge/Guidance-on-how-to-conclude-if-the-issue-is-Security-Rule/ta...

 

Has an approach that creates a rule that grants access to everything, you then will want to modify it to carve out bookmarks by adding something like:

 

resource.objectType != "bookmark" to the conditions

View solution in original post

1 Reply
Andrew_Delaney
Support
Support

It is pretty easy to do this yes.

 

Rules can only grant permissions, so you don't need to worry about any existing rules, you just need to create a new one that grants access to everything on the hub.

 

https://community.qlik.com/t5/Knowledge/Guidance-on-how-to-conclude-if-the-issue-is-Security-Rule/ta...

 

Has an approach that creates a rule that grants access to everything, you then will want to modify it to carve out bookmarks by adding something like:

 

resource.objectType != "bookmark" to the conditions