I am new to Alteryx so this might be a lame query. My data field (no. of pieces per pack) has numeric values and some text values such as 'Not Defined' / Not Available' / Unidentified'. I used Select Tool to convert the field from V_String to Double. Then when i use it in Formula to calculate Price/ Piece, it shows Conversion Error as 'Not defined/ Not Applicable.... not a valid number. Do I convert all Non-numeric data into Null? Is that the right way approach? Thanks.