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

Rounding to 3 decimal points

carterfleming
8 - Asteroid

I have a column of whole numbers that I want to a.) convert to decimals and b.) have 4 decimal points showing (i.e., 1.2345).

 

So basically, dividing a column by 100 and get it to show to 4 decimal places.

 

I've tried the round function in a Formula but it's not working how I want it to.

4 REPLIES 4
carterfleming
8 - Asteroid

Also the column to be converted does contain zeroes, not sure if that factors in but thought worth mentioning.

MilindG
12 - Quasar

MilindG_0-1664826395378.png

Is this somewhat you're looking to do?

apathetichell
20 - Arcturus

 

 

Are you using something like round([field1]/100,.0001)? What is your output vs the output you want?

carterfleming
8 - Asteroid

Perfect, that worked! Thank you.

Labels
Top Solution Authors