Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a straight table chart with some dimensions and a hyperlink expression.
After some trials, I finally changed the text and background color of the columns via custom cell format.
But I haven't managed to change the color of the title text.
Can anybody help?
Thanks in advance and best regards,
Gunnar.
The first row has a rowno() = 0 or is null() ... when in the expression background adding something like an if ...
if(rowno() = 0 or isnull(rowno()), RGB(255,0,0) ...
something like that ... in that case only the header columns will change color.
rgrds,
Anita
Hi,
thanks for your quick response.
However, I am not sure if I am using it correctly: I have put your suggestion under "Text Color" at Dimensions resp. Expressions.
But only the "regular" columns change - the title text doesn't.
Am I doing it wrong?
it only changes the total rows color ... this total row has rowno() = 0 or null() ...
it doesn't change the header color ...