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: 
sharu055
Creator
Creator

How to change the colour of records in stright table expression column

I need to change the colour of my records in stright table expression column, when the record is grater the 0 then it should be in red else green. Please help

Labels (2)
2 Replies
JulesVerne
Contributor II
Contributor II

Sample Expression Is :
sum({$ < KategoriCode = {'002'} > } ScreenUnit)

JulesVerne_0-1648410314277.png

In Cart Properties

JulesVerne_1-1648410500843.png

 

Definition is :
if(sum({$ < KategoriCode = {'002'} > } ScreenUnit)>30 ,lightred(), Blue())

 

 

 

 

dmac1971
Creator III
Creator III

Check Visual Cues:

dmac1971_0-1648460290430.png