Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Security Rule for Adding Data

Hi all,

Except for RootAdmin, nobody will see the data load editor. Some users will only be able to add data from excel applications in their work hub.

I edited the Owner rule to:

(user.Roles = "RootAdmin" and !((resource.resourcetype = "App" and !resource.stream.Empty()) or (resource.resourcetype = "App.Object" and resource.published = "true"))) or (resource.IsOwned() and (resource.owner = user and  ((resource.resourcetype = "App.Object" and resource.published = "false"))))


With this code, RootAdmins can see data load editor only in their Work, the other users cannot see data load editor even if the application is theirs, but additionally this users cannot see the fields section and variable section in edit mode. The red sections in image.

aaaa.png

How can I manage that with new security rules or editing existing ones?

Best regards,

Ogün ADSAY.

0 Replies