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.

Fixed Decimal values must be of the form: -nnn.nn

traceystone
8 - Asteroid

Hello,

 

I have a workflow that keeps giving me fixed decimal conversion errors.  Not sure where to go from here. Attached are 2 csv files and the workflow. Suggestions?

3 REPLIES 3
ShankerV
17 - Castor

Hi @traceystone 

 

The problem is because of the - here.

 

ShankerV_0-1675810181192.png

 

 

ShankerV
17 - Castor

Hi @traceystone 

 

I have removed the rows with - to empty and it avoid the warning message.

 

ShankerV_0-1675810327820.png

 

Now there is NO warning message related to Select (8) tool related to Fixed Decimal Conversion errors.

ShankerV_1-1675810391899.png

 

ShankerV_0-1675810459540.png

 

 

Many thanks

Shanker V

apathetichell
20 - Arcturus

throw it in a multi-field formula. Select the field you want to convert...

 

if isnumber([_CurrentField_]) then tonumber([_CurrentField_]) else null() endif

 

unclick the new column option - and change it to fixed decimal. both "" and "-" are strings. use 0 or null() for empty numeric fields.

Labels
Top Solution Authors