Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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
20 - Arcturus
20 - Arcturus

@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
9 - Comet

@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