Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Not entirely sure I understand your issue. Would you be able to provide more details?
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
So use the method which works. It might be a bug. But can't say much without seeing the issue
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)