Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Has anyone used the color function of Qlik Sense which is the same as Excel?I want to change to red when the data values for the PivotTable data is low.
Thanks in advance!
In edit mode, go to the measure you want to color, and enter a background or color expression:
Expression example: if(sum(Ventas) / Sum(Presupuesto) <.5, LightRed(),lightgreen())
Hope this helps!
What expression you tried? Would you describe more BRD
In edit mode, go to the measure you want to color, and enter a background or color expression:
Expression example: if(sum(Ventas) / Sum(Presupuesto) <.5, LightRed(),lightgreen())
Hope this helps!
Dear,
Use simple colour function used in the Qlikview
Ex:-
Red(), Green(), RGB(255,210,247)
Ex:-
If( Sales < 0, Red(), Green())
Regards,
Anand