Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to set green for "Cumplido" (Compliment) and red for "Cancelado" ("Canceled").
My measures are:
Cumplido:
SUM(FLAG_CUMPLIDO)
Cancelado:
SUM(FLAG_CANCELADO)
About the data:
If FLAG_CUMPLIDO = 1 then FLAG_CANCELADO = null and if FLAG_CANCELADO = 1 then FLAG_CUMPLIDO = null
Anyone has solved this kind of problem?
Not sure I understand your issue, can you elaborate or share a sample?
Hi Sunny,
This is my chart:
The red line (Cumplido) should be green and the blue (Cancelado) should be red.
I can't set by expression the colours right.
Sorry if my english is bad.
A simple fix is to swap around your measures.
OK... but... how I set the green colour?