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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
PepeMontes
Partner - Contributor III
Partner - Contributor III

Color between columns in a table

Hello dear experts, I

want to color my columns in a table if the next happen.
If my column(4) it's grater than my column(2) by 2= Green

Column(2)Column(4)
24

 

Someone did something like this before?

Regards

1 Reply
Lisa_P
Employee
Employee

For each measure, there is the option of adding a 'Text color expression' to dynamically color the text. In this case, you would simply need to put in there:

If(column(4)>column(2),rgb(144,238,144), black())