Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How can i add custom colors in table rows?
Regards,
Pramod
Hi
To add a special color in table row use color panel in the mesure panel
Set expression in back ground color and text color. for example add
lightred()
Or
Rgb(255,60,125)
Or expression with if statement :
if(sum(sales)> 25, lightred(),lightgreen())
etc
Bruno
Hi
To add a special color in table row use color panel in the mesure panel
Set expression in back ground color and text color. for example add
lightred()
Or
Rgb(255,60,125)
Or expression with if statement :
if(sum(sales)> 25, lightred(),lightgreen())
etc
Bruno
Hi Promodgc3,
You can colour the cells using an expression as mentioned by Bruno Bertels. What you can even do is make use of the color mix wizard of QV and use the code in QlikSense for complex expressions.