Join the Inspire AMA with Joshua Burkhow, March 31-April 4. Ask, share, and connect with the Alteryx community!

Alteryx Designer Desktop Discussions

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

Incorrect Numeric Values

Suseendran
6 - Meteoroid

Hi Team,

 

Suseendran_0-1641463503290.png

i have done one workflow , how can i avoid above mentioned (-2.17265E-05) this kind values.

 

But when the same process i have done in excel these values automatically converted as 0

 

Please help me.

 

By suseendran

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @Suseendran 

 

You can use ToNumber() to convert -2.17265E-05 to numeric

 

And set the datatype to fixed decimal and set the number of decimals (refer below) 15 is number of decimals

atcodedog05_0-1641464060047.png

 

 

Hope this helps : )

 

Suseendran
6 - Meteoroid

Hi,

 

When i try ToNumber() convertion , i'm facing this problem

 

 

Suseendran_0-1641464079828.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @Suseendran 

 

Can you please provide some sample input and expected output.

atcodedog05
22 - Nova
22 - Nova

Hi @Suseendran 

 

Try this formula

ToNumber(Trim(ToString([Field1])," "))

 

Hope this helps : )

Labels
Top Solution Authors