We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Resulted in a string but the field is numeric

florenciaog
5 - Atom

Hi, 

I am trying to do the following formula, but I got this error. Could you please help me with a possible solution? Thanks 

 

 

 

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @florenciaog you are updating an existing field as shown by the data type is grey out and is showing you field is a Integer (Int64). Hence the error you are getting as your formula results in a string in a numeric field. Try creating a new field within the formula tool then the data type won't be greyed out and you choose a string field type. By default a new field in a formula will be a string field anyway.

Labels
Top Solution Authors