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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Pooja_D
Partner - Contributor III
Partner - Contributor III

How to convert dash value into zero value

Hello All,

 I want to replace null, '-' Value with 0 (Numeric Zero) by Script level or sheet level.

I tried below syntax,

 If (isnull(YourExpression),0,YourExpression)

but it's not working.

Kindly suggest.

 

Thanks,

Pooja

Labels (1)
1 Reply
agigliotti
MVP
MVP

Hi @Pooja_D ,

You can use:

Alt( YourExpression, 0 )

I hope it can help.

Best Regards

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it