Start Free Trial

Alteryx Designer Desktop Discussions

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

Join Output of 2 Select statement in 1 for output

rohit782192
11 - Bolide

Hi,

 

I have 2 Select Statement fro Workflow . For Output purpose i have to join the 2 Select Statement,

 

I Tried using Union but i am getting Null and then the Output.

 

Tried using Record id but join is not giving Expected Output.

 

Below are the details.

 

Input1Input2Expectation(OUTPUT) 
Select1Select2SELECT
1INDIA1INDIA
1CANADA1CANADA
3AFRICA3AFRICA
3US3US
3MEXICO3MEXICO
3 REPLIES 3
DataNath
17 - Castor
17 - Castor

Hey @rohit782192 - I may be missing something here but it looks like you want to just use a Join tool and hit the ‘join on record position’ radio button at the top of the configuration. If not, I think we’ll need some more context/explanation here.

rohit782192
11 - Bolide

Bith are Different Select Statement Output

binu_acs
21 - Polaris

@rohit782192 If there are no common keys to join you can use the join by position option in the join tool

image.png

Labels
Top Solution Authors