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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change the color of the first row in the table

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.

1 Solution

Accepted Solutions
Not applicable
Author

You can try setting the background colour expressions.

See the image...

View solution in original post

4 Replies
matt_crowther
Specialist
Specialist

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

Not applicable
Author

You can try setting the background colour expressions.

See the image...

Not applicable
Author

under style tab?

I changed there but nothing happens...

Not applicable
Author

That will solve it.

Thanks!.