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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

Conditional Background colours

Hi all,

I have a table in QS, i am trying to set the colours like the below  image.. 

clipboard_image_1.png

I need to set the lowest value per row green and the highest value per row red but i can't seem to do it in Qlik Sense. 

The expression is

SUM([Duration Handover IPT Excess])/86400

Can anyone help please?

 

1 Reply
hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

I have tried the following which i thought would work but it doesn't colour the lowest value as below. 

=if(min(aggr(SUM([Value]),[Dim1])),green())

clipboard_image_0.png

I have highlighted the correct value that should be coloured. 

Can anyone see anything wrong with the expression?