Hi Everyone,
How can I replace a blank cell in a column by "0".
What is happening is:
Try Data cleansing tool. it replaces nulls with blanks for string fields and nulls with zero for numeric fields.
Hi @gagandeep_dhall
I suggest checking out the Data Cleansing tool. One of the functions of that tool is to replace null numeric field with 0.
https://help.alteryx.com/current/designer/data-cleansing-tool
An important note is that this requires the field to be a numeric type (Int, Double, etc). If it not, you could either convert the field to numeric, or add the string character "0". There's lots of ways to do either so let us know if we can help with that.
Hi @CharlieS
thanks a ton.
I used it and now it no longer shows me null.
But I figured out that I have to actually put "1" in all the blank fields for it to count that field 🙂
How can I do that?
Regards,
Gagandeep