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

How can I use the Multi-Field Formula tool to multiply 1-N fields by 1,000?

hellyars
13 - Pulsar

Hi

 

I have a bunch of fields (columns) that need to be multiplied by 1000 to get rid of the decimals. 

 

I know I can setup a formula for each field, but I have a lot more fields than the example below.

 

Is there a way to use the Multi-Field formula to solve this simply?

 

 TRUCKSCARSPLANESHELICOPTERS
How it is in the data set1.1232.3455.4554.651
How I want it1123234554554651
     
2 REPLIES 2
Claje
14 - Magnetar

Hi,

You're absolutely correct that you can use Multi_field formula to accomplish this.  The key is the option to include Dynamic or Unknown fields in this tool.

Here's an example of how to configure that tool:
Community_Multi_Field_Example.PNG

hellyars
13 - Pulsar

I am learning very quickly the Multi Field Formula tool is amazing. Thank you. 

Labels
Top Solution Authors