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.

Inner join output - how to only include fields that matched in the result

wonka1234
10 - Fireball

Hi,

 

I am trying to include only the fields that matched in my inner join output..

 

current output -

NameMessageAmountProcessRight_NameRight_MessageAmtResult
Tomcate29process|cate2Tomcate22Matched

 

expected output -

 

NameMessageRight_NameRight_MessageResult
Tomcate2Tomcate2Matched

 

as only the "right" fields were matched.

 

How can I do this dynamically?

1 REPLY 1
geraldo
13 - Pulsar

@wonka1234 

 


Change in macro 1 and 2 inclusion of select tool

Labels
Top Solution Authors