Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Zero value is getting displayed in brackets? Could you please help to solve this, Since I have written a condition like, If (value=0, Green, Red)

Zero.JPG

15 Replies
sasiparupudi1
Master III
Master III

try

if(round(value)='0',green(),red())

Not applicable
Author

Okay cool. Thank you

jagan
Luminary Alumni
Luminary Alumni

Hi,

Ceil() will return the next integer, if you are ok with that then you can use.  For 179999.997 it will give 180000.

You can also try Round()

Hope this helps you.

Regards,

Jagan.

Not applicable
Author

Thank you Sasidhar. That too worked

sasiparupudi1
Master III
Master III

Great,please close this thread if you got your answer

Not applicable
Author

yeah I got the Answer, Thank you everyone for your prompt reply