Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Could someone please kindly tell me how you Mimic the Conditional Formatting/Colour Scales from Excel in Qlik Sense?
If there is not a way to do this in Qlik Sense, can someone share the mathematical formula for how the colours are defined in Excel Conditional Formatting/Colour Scales. If someone can tell me how to do this, I can then write an expression in the back ground colour properties for the measure.
Many thanks.
You can use
RGB(255,0,0)
RGB(0,255,0)
Like you can use bg color based on your colour code.
That did not answer my question. Thanks for picking my hopes up.
I hope this link will help you to understand how conditional formatting works in the Excel.
you can have the conditional colour scales in the background colour expression. colour can be either qlik colour function or rgb or hex.
for example,
if(YOURmeasure<1,red(),
if(YOURmeasure<3,yellow(), Green() ))
see this: