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.

Reporting - Join One to Many Records

JTHillin
5 - Atom

I have a set of records that I've been joining by record position (since there should only be one record per person); however, I want to join a separate (one) table to all individual records (many). This results in only the first record having the 2nd table:

 

(1st record)

 

JTHillin_0-1618591256824.png

(2nd-Nth record):

 

JTHillin_1-1618591322138.png

 

Is there a way to make the second table included in ALL records without having to do some sort of matching prior?

 

Thanks,

JT

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @JTHillin 

 

The append fields tool may be what you're looking for. Could you provide some sample data in excel of the inputs and expected output (not screenshots) so we can play around with a solution?

danilang
19 - Altair
19 - Altair

Hi @JTHillin 

 

If you join the second table on plan year, you'll have the relevant information from the second table matched up with the corresponding plan year in the first.

 

If this isn't what your looking for and @Luke_C's answer doesn't match your requirements, can you show us a sample of what the output should be? 

 

Dan

Labels
Top Solution Authors