Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change Color of Title Text in Tables

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.

3 Replies
Anonymous
Not applicable
Author

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

Not applicable
Author

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?

Anonymous
Not applicable
Author

it only changes the total rows color ... this total row has rowno() = 0 or null() ...

it doesn't change the header color ...