Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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....
THis is ? Attached you have a possible solution
You can see also:
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?
Hi go through the file.
expression extension.
Ok, you can use an expression on the Color:
=if(Status='Emerging', RGB(100,100,100), If(Status='Developed', RGB(0, 150, 0)))
Hi,
use can color expression at expression level..
find the attachment.