Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Shahzad_Ahsan
Creator III
Creator III

Master dimension "Value Colors" not visible to users

Hi

I have used master dimension "Value Colors" for a pie chart.  which is working fine for "Root Admin".

I have shared two images, which is same chart, one with root admin and the other with non root admin.(don't check the values because I have used section access)

Why dimension colors are not visible to Non Root Admin users.

_____________________________________________________________________________

Root Admin Pie Chart

RootAdmin.JPG

_____________________________________________________________________________

Non Root Admin Chart

NonRootAdmin.JPG

Labels (1)
1 Solution

Accepted Solutions
Shahzad_Ahsan
Creator III
Creator III
Author

Hi 

Thanks for your suggestions

After a lot of analysis, I found the solution for this issue. I created new security rule as resource type: App_Object

this solved my problem

 

((resource.objectType="masterobject" or resource.objectType="dimension" or resource.objectType="measure" or resource.objectType="app_appscript" or resource.objectType="appprops" or resource.objectType="ColorMap"))

 

 

View solution in original post

3 Replies
Claudiu_Anghelescu
Specialist
Specialist

https://community.qlik.com/t5/Qlik-Sense-App-Development/Master-Items-Not-Appearing-in-Published-App...
To help community find solutions, please don't forget to mark as correct.
puneetagarwal
Partner - Creator II
Partner - Creator II

Hi Shahzad,

Please check the theme in settings before and after deployment of QVF.

Thanks,
Puneet 

Shahzad_Ahsan
Creator III
Creator III
Author

Hi 

Thanks for your suggestions

After a lot of analysis, I found the solution for this issue. I created new security rule as resource type: App_Object

this solved my problem

 

((resource.objectType="masterobject" or resource.objectType="dimension" or resource.objectType="measure" or resource.objectType="app_appscript" or resource.objectType="appprops" or resource.objectType="ColorMap"))