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

Stoped converting at a comma. It might be invalid

Lalaiah
8 - Asteroid

Hi Team,

 

I have one column that has currency in output getting below warning. Could you please help me out .

 

"USD Amount: 17,576.65 Stopped converting at a comma. It might be invalid"

 

Lalaiah_0-1619648521422.png

 

 

Regards,

Lalaiah

 

 

12 REPLIES 12
Qiu
21 - Polaris
21 - Polaris

@Lalaiah 

This is the test flow I use.

 

T_Willins
14 - Magnetar
14 - Magnetar

Hi @Lalaiah,

 

See below for converting to double.  This should convert any number of decimal points.  If you need the formula to round to 2 decimals, use the formula:  Round(ToNumber(Replace([_CurrentField_],",","")),.01).  If this doesn't work, your data may require a RegEx formula.  Please provide a sample of the data so we can help.

 

Change to double.png

 

PassION_es
10 - Fireball

@T_Willins hi

 

Your formula does not work on mine. Maybe you can check my source data in csv format and help me proceed with my workflow automation.

Please refer to the attached dummy file.

Labels
Top Solution Authors