Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

background color condition not working Qlik view

Hi Experts,

I am facing error with background condition, Below is the image and attached is my QVW.  My Condition is:

IF year sale is less than or Equal to 500000 then Green else Red. but all the rows are showing red. 

Purushothaman_0-1625482260466.png

Pleas help me. Thank you,

 

 

1 Solution

Accepted Solutions
marcus_sommer

Try it with:

if(sum(Sales) <= ....

- Marcus

View solution in original post

3 Replies
sergio0592
Specialist III
Specialist III

Hi,

I think your field is not recognized as number. Try to use num#() in your loading statement.

marcus_sommer

Try it with:

if(sum(Sales) <= ....

- Marcus

Purushothaman
Partner - Creator III
Partner - Creator III
Author

@marcus_sommer  Thank you, Its working now.

Purushothaman_0-1625543091545.png