Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have a table in my qlikview document which I need to turn 1 line grey and the below line white and it goes like that.
However, in the style table in the properties of the table I can only whoose between green, red and blue.
Any idea how I can get the colour to grey.
Many Thanks,
Hasvine
Hi,
you can do this by setting the background color for your expression. Go to the expression tab, Click on the '+' symbol ad give the below condition for background
if(mod(rowno(TOTAL), 2) = 1, rgb(215,215,215), white())
Regards,
Greeshma
Right click on table->custom format cell->Give the colors required
Hi,
you can do this by setting the background color for your expression. Go to the expression tab, Click on the '+' symbol ad give the below condition for background
if(mod(rowno(TOTAL), 2) = 1, rgb(215,215,215), white())
Regards,
Greeshma