Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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
binuacs
21 - Polaris

@lmilimonka use toString([Field]) function

Labels
Top Solution Authors