Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How do I format the two inputs below to create the desired Output

HafeezA
7 - Meteor

I have two inputs. The first displays the a group, group's income & expense and the differences.  The second input shows the breakdown of those differences. How do I combine this two date to derive the output below in Alteryx. I have attached the input file.

Input 1

HafeezA_0-1634681244106.png

 

Input 2

HafeezA_1-1634681258410.png

 

Output:

HafeezA_2-1634681298042.png

 

 

1 REPLY 1
avarty
5 - Atom

Hi HafeezA - that should be possible with a mix of transform functions and a join between the data set. The attached workflow does produce the output, however it does replicate the Group for each row. It is generally a good practice to retain that field for all rows so I left within, but you could use a multifield function to remove it if needed. Hope that helps!

avarty_0-1634682145823.png

 

Labels
Top Solution Authors