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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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
Partner - Champion III
Partner - Champion III

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