Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We have recently created custom admin roles for multiple teams within our firm.
The purpose of the rules is to ensure the admins can only access content related to their specific team.
For example:
(user.roles="FinanceAdmin" and (resource.@AccessGroup="QlikSense_Finance_Dev" or resource.owner = user))
We have noticed however that when you export an app that isn't owned by you (but has QlikSense_Finance_Dev custom property applied), the sheets are not exported with the app.
Also if you duplicate an app that isn't owned by you (but has QlikSense_Finance_Dev custom property applied) via the QMC, you do not get the sheets.
But if you duplicate it from the hub you get the sheets.
A workaround is obviously to make yourself the owner of an app before exporting (or duplicating in QMC).
But if possible we would like to modify the security rule so that sheets are brought across.
We have identified the issue is being caused by the "(resource.@AccessGroup="QlikSense_Finance_Dev" or resource.owner = user)" part of the security rule.
Hoping someone can please help.
Cheers,
Prog
Hello,
Try to add in "Resource Filter" : "App_*,App.Object_*"
Best Regards,
Yes that's what the rule is set up for.
Hoping at least someone out there has had to set up the same thing