Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please how do I color my text like the code below.
if(Sum(Actual) >= Sum(Target) ,
Red(FILLED UP), Green(NOT FULL)
)
try
if(Sum(Actual) >= Sum(Target) ,Red(),Green())
Changing font colours with an expression is not currently possible in Sense (v2.2.4)
You can change the background image to set a background colour of a text object but the image cannot be changed using an expression.
Hi...
I have changed the colour of my measure variance with the below expression:
if((Sum({<Version = {"Actual 2015"}>}SumOfBudget_Amount) -
Sum({<Version = {"Actual 2016"}>}SumOfBudget_Amount))/1000000 < 0,RGB(255,0,0))
Screen shot attached .. Please let me know if this what you are looking for :
Thanks
No this is what I have already. Its the text am trying to color
Here you are applying color to number not text. It doesn't work for text
No, This doesn't answer my question
This is from the Sense Help
https://help.qlik.com/en-US/sense/2.2/Subsystems/Hub/Content/Colors/color-by-expression.htm
The following visualizations support color by expression:
Its Text in KPI control am working on
You can use Conditional Colours with a KPI object
Here is the help on KPI objects