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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I change the row color of the table?

I tried changing the color of the line, but I can only change the color of a cell or text...



2 Replies
matt_crowther
Specialist
Specialist

There's no way that I'm aware of (please let me know if there is) to highlight the entire line based on a single expression or control.

Alternatively set the Properties > Style> Current Style to something you need but this is static so alternatively set the 'Background Colour' condition of each Dimension and Expression - expand the '+' next to the label of each (all can use the same expression) - eg: if(sum(Sales)>100,rgb(198,255,198),rgb(255,198,198))

Bit of a pain but it works.

Hope that helps,

Matt - Visual Analytics Ltd

Not applicable
Author

thanks, I'll try