Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
I tried sometihing like -
!resource.App.stream.Empty()
and resource.App.HasPrivilege("read") and ((user.name="username"))
but it does not work.
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"