Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Multiplying multiple columns by fixed number

Tomomichka
5 - Atom

How can I update the values in particular columns, with the values that are 100 times of the previous values? 

What I want to do is asshown in the picture. 

I do not want to create new columns, but rather want to replace the values with the ones 100 times of the previous values.

Thanks in advance.

 

Screenshot (38)_LI.jpg

6 REPLIES 6
atcodedog05
22 - Nova
22 - Nova

Hi @Tomomichka 

 

You can use Multi field formula tool to apply formula on multiple columns. Here is an example.

 

atcodedog05_0-1621676127768.png

 

Here is an interactive lesson on it : https://community.alteryx.com/t5/Interactive-Lessons/Multi-Field-Formulas/ta-p/424422 

 

Hope this helps 🙂

 

mceleavey
17 - Castor
17 - Castor

Hi @Tomomichka ,

 

this can be achieved by a simple multi-field formula:

 

mceleavey_0-1621676111846.png

 

mceleavey_1-1621676169576.png

 

Hope this helps.

 

M.

 



Bulien

Qiu
21 - Polaris
21 - Polaris

@Tomomichka 

A combination of Cross Tab and Transpose should do it.

Capture3A.PNG

Tomomichka
5 - Atom

Thank you so much! The link for the lesson was also very helpful.

Tomomichka
5 - Atom

Thank you! I was new to Altreyx. Yeah, it turned out to be pretty simple. Thank you so much.

Tomomichka
5 - Atom

Thank you! I should definitely look at those functions, which I have never used.

Labels