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

Not getting peers load script sections in the published app when i have update access in qlik sense qmc

Hi Team,

Currently I am working on Qlik Sense Security rules.

We have the test user. He is not provided with any role.

The requirement for this user is stated as below.

Test user need to have Read, Update , Publish access to the apps in a stream called "PerfAssesment" and Read only access to other streams.

Issue: User is able to see in the published app --> the Data Load editor and the data connections but, he is not getting the Others Load scripts .



PerfAssesmentSecurity Rule.PNG

Here QS_Quality_Admin is the group where the Test user is belongs to. Test user name is : QS.Test

Please let me know if there is anything missing from my Conditions section.

Regards

Srinivas

1 Reply
Levi_Turner
Employee
Employee

Hey Srinivas,

Because they do not have Read rights on that App.Object.

Example of a security rule where I am providing DLE access to users:

App*

Read+Update:

((

(resource.resourcetype="App" and resource.stream.name="Everyone") or

(resource.resourcetype="App.Object" and resource.app.stream.name="Everyone" and (resource.ObjectType like "*script*" or resource.ObjectType="LoadModel"))

))

Hope that helps.