Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all - I would like to make one value ("ERROR") in one field ("System Messages") persistently colored red. I don't care about a set color scheme for the rest of the values, just for "ERROR". How can I set the color for "ERROR" such that it will always display in red in a particular graph? Thanks!
En español?
Andá a:
y en la definición, tipeá:
if ([System Messages]='ERROR', RED())
En español?
Andá a:
y en la definición, tipeá:
if ([System Messages]='ERROR', RED())
Muchisimas gracias señor - esta perfecto! Funciona exactamente como quiero.
Una pregunta mas - sabes como puedo colorear mis selecciones activas? Por ejemplo, si quiero que todas mis selecciones entre [System Messages] estara azul.
English or spanish?
Ok, use:
if ([System Messages]=Only({1}[System Messages]), Blue())
Either one is fine
What does the Only function do there? Ideally I'd like to combine both of these formulas to color my current selections in the [System Messages] field and the "Error" value as well.