Start Free Trial

Alteryx Designer Desktop Discussions

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

Type mismatch. Number provided where a string is expected

lmilimonka
6 - Meteoroid

Hi,

 

I have a customer name that starts with 9 and the rest of the customers is all text. I get this error:

Parse Error at char(1): Type mismatch. Number provided where a string is expected

Because this is the first customer in the column, Alteryx has it definited that column as double.

 

What kind of function can I use to ensure that this parses correctly.

Thanks 

1 REPLY 1
binu_acs
21 - Polaris

@lmilimonka use toString([Field]) function

Labels
Top Solution Authors