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

Multyply two tables , same structure field

Danilo9017
8 - Asteroid

Hi Team 

 

I struggling with moltiplication of two tables ( i inserted on alteryx two inputs) 

 

input data 1 

Danilo9017_5-1653426736558.png

 

Input data  2 

 

Danilo9017_4-1653426706361.png

 

 

 

Basically the structure of the fields it is the same. I just need as output the result of  multiplication of each matching cell: 

 

so for example  the first cell o  output;  "agen be" sum of >270 will be: 57'590*0,567=32653,7 (find all highlighted in yellow)  ... and so on

 

Is there a workflow to obtain this desired output below  on alteryx? I know i could use the join tool , but i get lost when i should tell to the system to create a multiplication   between the same fields columns and row....

 

This the output i would need.

 

Danilo9017_6-1653426781763.png

 

 

Please find attached the related files 

 

Danilo 

 

 

3 REPLIES 3
IraWatt
17 - Castor
17 - Castor

Hey @Danilo9017,

This workflow transposes then joins the two data sets on the column name and label then applies your formula:

IraWatt_0-1653427569126.png

If theres any adjustments or questions you have please ask :)

HTH,

Ira

Danilo9017
8 - Asteroid

Thanks @IraWatt !!

IraWatt
17 - Castor
17 - Castor

No worries @Danilo9017 :) glad it all worked for you ! 

Labels
Top Solution Authors