Join the Inspire AMA with Joshua Burkhow, March 31-April 4. Ask, share, and connect with the Alteryx community!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Data Cleansing

apmaggard
6 - Meteoroid

I have a column with a mix of numbers and Null values but the Data Cleansing tool does not replace the nulls with 0 when I select this option. It stays null. Any idea how I can resolve? The Data Cleansing tool is working for other parts of my workflow but not this column. 

5 REPLIES 5
ChrisTX
16 - Nebula
16 - Nebula

What is the data type?  The option for Replace Nulls says "Replace with 0 (Numeric fields)"

 

 

shancmiralles
11 - Bolide

hi ! use a select tool first and and change the column type to a number type.. in this way data cleansing tool will acknowledge  the column as a number column and any blank cell will have zero (0). 

ChrisTX
16 - Nebula
16 - Nebula

A "blank" value is different from a Null value.  Data Cleansing will only replace Null values.

TUSHAR050392
11 - Bolide

Since you have null values in the column, alteryx is considering it as string data type. Use a select tool to change the data type to number and then use data cleansing tool. Hope this explains the reason and resolves the issue.

apmaggard
6 - Meteoroid

Thank you, all. This is resolved per all of your suggestions!

Labels
Top Solution Authors