Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have a chart (as table) and I need to change the color of the whole first row (the first one after the titles). Only the first.
Is there any way to do it?
Thanks in advance,
Aldo.
You can try setting the background colour expressions.
See the image...
Try setting the Background Colour expressions for all the dimensions and expressions to:
=if(rowno()=1,rgb(255,198,198))
That works for me.
Hope that helps,
Matt - Visual Analytics Ltd
under style tab?
I changed there but nothing happens...
That will solve it.
Thanks!.