Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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