Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue with pie chart background Colors

HI

in my qvw2  it is taking black color as  default color.it is wrong instead  black color it should take Blue.

in my Qvw1 I am getting fine like below image(user defined colors) .QVW1 Correct

in both qvws i wrote background condition same like below:

=if([ State]='Active',yellow(),

if([ State]='Cancelled',green(),

if([ State]='On Hold',White(),

if([ State]='Closed',red(),BLACK()))))

Dimesion:Name

Expression:count({1}StateName)

Thanks

Siddiq

4 Replies
sunny_talwar

Not entirely sure I understand your issue. Would you be able to provide more details?

Not applicable
Author

i wrote same conditions for pie charts

1).qvw1 is working fine with the user defined background colors

2).qvw2 is not working with the same background colors

i have implemented two different qvws

sunny_talwar

So use the method which works. It might be a bug. But can't say much without seeing the issue

Not applicable
Author

in the first image it is taking default black color instead of user defined color (implemented in qvw2)

if you observe second image which is working fine with user defined colors (implemented in qvw1)