Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
schmidtj
Creator II
Creator II

Security Rules & Data editor

Hi,

i have a security question concerning the data editor.

I have a stream in which we publish apps to be tested by another developer.

This developer is supposed to look into the data editor as well.

We created two SecRules now to allow users with the custom property 'TEST' to look into all apps in a certail stream.

The users are able to view the apps but i cant get it to work that they see the data editopr as well.

My SecRules for the ressources 'App*,ContentLibrary_*,DataConnection_*' (read, update, delete):

user.@Usergruppe="TEST"

and

(resource.resourcetype = "App" and resource.stream.HasPrivilege("read")) or ((resource.resourcetype = "App.Object" and resource.published ="true") and resource.app.stream.HasPrivilege("read"))

Can somebody tell me what im doing wrong?

2 Replies
micheledenardi
Specialist II
Specialist II

It's not possible to see the data editor for published apps.

If you want to give this possibility you have to change the owner of the published app (put the test developer as owner) so he can duplicate the app into his workspace and look at the code.

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
MK9885
Master II
Master II

Hi John,

Please check my reply in below link

One app accesss to multiple developers in QlikSense

Use Virtual Proxy which will enable Header Auth process for Dev's to move around, login as different users w/o rules need to be created (This should only be used by Developers for security purpose)