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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mekko chart color

I have tried every way possible to do this, but I can't figure it out.

In my application attached, there is a Mekko chart with the proper bar width and height; not concerned about the numbers within the bars.

I have a field called "status", it is either emerging or developed.  I just want all the bars to be blue if developed or gray if emerging.

This is a tough one, the data is in an inline, with the LOAD under it; so it will reload.

This one, I can really use some expert help....

Labels (1)
6 Replies
ecolomer
Master II
Master II

THis is ?  Attached you have a possible solution

ecolomer
Master II
Master II

Not applicable
Author

Enrique;

Thanks, but your answer does not solve the issue..

In my data, I have a field called Status; values are Development and Emerging.

I want the bars associated with Development one color, and the other bars associated with Emerging a different color.  Is this possible?

Not applicable
Author

Hi go through the file.

expression extension.

ecolomer
Master II
Master II

Ok, you can use an expression on the Color:

=if(Status='Emerging', RGB(100,100,100), If(Status='Developed', RGB(0, 150, 0)))

Not applicable
Author

Hi,

use can color expression at expression level..

find the attachment.