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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kumarnatarajan
Partner - Specialist
Partner - Specialist

Qlik sense straight table dimension color expression

Hi All, I have doubt in straight table cells coloring option. I want to give background color in table rows based on condition. i can background color in expression columns. How can i color dimension columns based on condition.

1 Solution

Accepted Solutions
JonnyPoole
Former Employee
Former Employee

There isn't a way currently.

But one tip to add some flexibility is to add 1 or more dimensions as Measures with an expression like the following

=aggr( only(Customer),Customer)

Below ID is a dimension (not colored), but Name has been added as a Measure with the above expression

Capture.PNG.png

View solution in original post

1 Reply
JonnyPoole
Former Employee
Former Employee

There isn't a way currently.

But one tip to add some flexibility is to add 1 or more dimensions as Measures with an expression like the following

=aggr( only(Customer),Customer)

Below ID is a dimension (not colored), but Name has been added as a Measure with the above expression

Capture.PNG.png