Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Root Admin to Edit Apps from Streams

Hi All,


Can we have a root admin  or any other account in QlikSense to be able to edit applications from work stream and published Stream.

Please let me know your thoughts on same.

Regards,

MK

3 Replies
avkeep01
Partner - Specialist
Partner - Specialist

You can create a security rule allowing the root admin to update apps en app_objects.

objects = apps.*,app_objects.*

then add the rule Role = 'RootAdmin'

and check the boxes, update, create etc.

Anonymous
Not applicable
Author

I tried sometihing like -

!resource.App.stream.Empty()

            and resource.App.HasPrivilege("read") and ((user.name="username"))

but it does not work.

avkeep01
Partner - Specialist
Partner - Specialist

Hi Mrudul, try

Resource filter = App.Object_*

actions = create, read, update

((user.Role="RootAdmin" )) and

resource.objectType = "sheet" or

resource.objectType = "userstate" or

resource.objectType = "story" or resource.objectType = "bookmark"

or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark"