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.
SOLVED

Adding Decimals to a Field

Jmacnevin
7 - Meteor

Hello,

 

I'm using a data set that contains a field for dollar values, however there are no decimal spaces.  For example:

AMT

1050

896

469

 

I want to modify those fields to the following by adding a decimal;
AMT

10.50

8.96

4.69.

 

Can someone assist with a formula (assuming I would use the formula tool) to solve this issue?

 

Thanks!

2 REPLIES 2
lwolfie
11 - Bolide

Could you use the formula tool and just divide by 100?  [AMT]/100 with the data type set to double.

Jmacnevin
7 - Meteor

Yes, that did work.  Thanks!

Labels
Top Solution Authors