Alteryx Designer Desktop Discussions

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

TONUMBER Lost information in conversion

jmedidi
8 - Asteroid

I am trying to convert string to Float and getting the below conversion error. is this something that can be fixed ?

 

ConvError: Formula (109): TONUMBER: TBD lost information in conversion

4 REPLIES 4
BrandonB
Alteryx
Alteryx

You most likely have a non number character within the text. This could be commas or letters. Maybe do a quick check through your data looking for these characters, and do some data cleansing prior to your formula? This is specific to your TBD column. 

atcodedog05
22 - Nova
22 - Nova

Hi @jmedidi 

 

It's because TBD is not a number and might be converted to 0 which might be a misrepresentation. You would need to handle this before converting.

 

Hope this helps : )

jmedidi
8 - Asteroid

Gotcha. It was oversight from my side. Will do the conversion in the fields with TBD values to Null before Float conversion. Thanks.

atcodedog05
22 - Nova
22 - Nova

Yup thats right @jmedidi 🙂

Labels