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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
chinnu123
Creator
Creator

Hi, I need to give a background colour to field called service field in which the condition is if service field is >3 and <=3.9 then the background colour must be yellow or else white.

please can any one help me...

  I tried many ways but its not working properly...

3 Replies
Not applicable

Which object you want give color code ?

chinnu123
Creator
Creator
Author

straight table

Not applicable

Click the + sign before the field name, Select Background color & the edit write your expression.

IF( servicefield >3 and servicefield <= 3.9 , yellow() , White() )

STbg.JPG