Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have Qliksense enterprise feb 21 version in our setup. We need to provide data load editor access to only limited group of people for published apps.
We had created a rules and that group was able to access the data load editor, but on next day its gone. They are not able to see the data load editor.
1. With below rule they are able to access data load editor on test environment but not on production.
Resource filter(s): App.Object_*
Action(s): Read, Update
Conditions: ((resource.objectType="loadmodel" or resource.objectType="app_appscript")) and resource.app.HasPrivilege("read")
2. We tried other alternative as below, it worked fine when created and tested. From next day users are not able to see Prepare tab(Data Model and Data load editor).
Resource filter(s): App.Object_*
Action(s): Read, Update
Conditions: ((user.group like "*AD group*" and user.group like "*User Group*")) and resource.app.stream.name="Stream name"
Has anyone faced similar issue? What could be the reason? Any other way to implement similar security?
Thanks
Hello @swapnilkurundwade
Please follow the below article to provide Data load editor access:
Thanks,
Padma Priya
Qlik Support
Thanks for for the response!
Yes I referred same article to provide data load editor access. It's working fine in test environment, but not in production.
In Production users have limited access/privileges compared to test, but as per the Qlik Sense security rule, it overwrites the negative result.
Thanks