Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,)
I am using a tree map with with 2 dimensions and one expression,
Expression is sum(Unit), I have chosen Color by Measure and chosen the Measure same as expression (viz., sum(Unit))
I see that the Gradient has colors dark yellow and blue on the gradient.
But I want to change it Red and Green . Can someone help me on the same?
Hi,
You need 'By expression' for this.
If(Sum(Unit) > 1000, Green(), Red())
Jordy
Climber