Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
swapnilkurundwade
Contributor II
Contributor II

Data Load editor is not accessible in Published Qliksense Apps

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?

Qlik Sense Business 

Thanks

Labels (2)
2 Replies
PadmaPriya
Support
Support

Hello @swapnilkurundwade 

 

Please follow the below article to provide Data load editor access:

https://community.qlik.com/t5/Knowledge-Base/Security-Rule-Example-Allow-access-to-Data-Load-Editor-...

 

Thanks,

Padma Priya

Qlik Support

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
swapnilkurundwade
Contributor II
Contributor II
Author

@PadmaPriya 

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

Community Browser