We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Decimal Places

dhakim1996
8 - Asteroid

Hi, all I am having issue with my data format. 

 

This is my raw data format 

dhakim1996_0-1665131975955.png

However, after cleaning, it is returning the following output:

dhakim1996_1-1665132029612.png

The second line should be 0.09 instead of 9.69. Is there anyway to fixed this?

 

Please help. Thank you. 

4 REPLIES 4
Ladarthure
14 - Magnetar
14 - Magnetar

Hi @dhakim1996,

 

you could do something like

 

if contains([Rate],E2) then [value]/100

else [value] endif

 

Could you provide a sample of the file you are using so that we can give it a try directly and maybe find a more elegant solution? 

grazitti_sapna
17 - Castor

Hi @dhakim1996 , you can use formula tool to achieve your output. here is a sample workflow.

 

grazitti_sapna_0-1665135603668.png

 

Sapna Gupta
dhakim1996
8 - Asteroid

Hi @grazitti_sapna thanks for replying. Unfortunately the issue still persist despite using the suggested method. Is there anyway to resolve this?

grazitti_sapna
17 - Castor

For me its working fine. Please try using the below workflow.

 

Sapna Gupta
Labels
Top Solution Authors