Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Issue with converting to number

Bill9
5 - Atom

Hello,

I cannot convert the V_WString format data to number with 2 decimal places for the text format data which is downloaded from SAP.

e,g. data 4,134.34 in text file to number format as 4134,34. I do not know why the converted result as 4 with my file. 

Please find the attached original text format file and Alteryx convert file with error.

 

Thanks a lot in advance!

2 REPLIES 2
JosephSerpis
17 - Castor
17 - Castor

Hi @Bill9 you need to remove the , in the data and then it will convert to a numeric data type without issue.

Bill9
5 - Atom

Dear Joseph,

 

Perfect! thanks a lot!

 

Br/Bill

Labels
Top Solution Authors