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

Rounding a value just like a ROUND(Value;-3) in Excel

Cfdiaz2103
8 - Asteroid

Hi guys!

 

Does anyone know how I could apply the Excel formula ROUND(Value;-3) into Alteryx Designer?

 

Here's a sample of the data I need to transform, and the result:

234342745 -> 234343000

3155 -> 3000

727860 -> 728000

1420168 -> 1420000

18197 -> 18000

 

I'd appreciate any kind of support.

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Cfdiaz2103 

 

Use round() function like below

 

Round([Field1], 1000)

 

 

Workflow:

atcodedog05_0-1641571867893.png

 

Hope this helps : )

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Cfdiaz2103 

Cheers and have a nice day!

Cfdiaz2103
8 - Asteroid

Hi @atcodedog05 !

 

Yes. It perfectly works.

 

Thanks in advance 😁

Labels
Top Solution Authors