Set Conditional Formatting of cell Based on a Separate Measure
Hi Angelina_QBeeQ ,
I want to set color(red & green) of Rank cell based on Overall Vol measure.
if Overall Vol>2000 then Rank cell will be Red else Green.
Logic of Overall Vol is Count(call)
Hey tsaho8 it's great to see you're tagging Angelina_QBeeQ and the QBeeQ team, keep it up! We're very happy to help the Sisense community!
To do this you need to take the Rank function into consideration into the conditional formatting calculation of the Overall vol, and move it to the other side of the equation. You need to color Y according to X, if X is above or 2000:
What you need - X>2000
What you have is Y static on the left hand side of the equation, so you need to multiply by Y and divide by X:
Y>(Y/X)*2000 => Y/Y>(Y/X)*2000/Y => 1>2000/X => X>2000
See screenshot and attached dash file
Always here to help 🙂
Ido
QBeeQ - Gold Implementation & Development Partner