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.

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