Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Creating a Pivot and bringing multiple columns and doing vlookup

sriniprad08
11 - Bolide

Hi Team,

 

Two things i would like my workflow to do.

 

1) Create a pivot on the File A with below format output.

2) Vlookup on the file A with file B with the common key as ID.

3) Final output where ids are matching in A and B.

 

I have created a pivot but i am not sure how to bring "Vendor name" into the final output.

sriniprad08_0-1603962319428.pngsriniprad08_1-1603962514060.png

 

15 REPLIES 15
atcodedog05
22 - Nova
22 - Nova

Thank you for marking my post as solution🙂

 

Happy to help 🙂 @sriniprad08 

 

Cheers and Happy Analyzing 😀

sriniprad08
11 - Bolide

hi @atcodedog05  one more help as a part of Output B is it possible to create one more column

1) if the id in File B is present in File A based on if price is present for that particular Id then create an new column called Indicator stating yes nor no?

For eg.

id (File A)Id (File B)PriceIndicator 
1123Yes 
1124ys 
2225yes 
3326yes 
3327yes 
4#N/A28No 
Since Id from File B is not present in A so the indicator is No.    
Emil_Kos
17 - Castor
17 - Castor

Hi @sriniprad08,

 

I have prepared a workflow for you:

 

Emil_Kos_0-1603965426353.png

Output:

 

Emil_Kos_1-1603965436415.png

 

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @sriniprad08 

 

Here is the modified workflow.

Output:

atcodedog05_0-1603965488233.png

 

Workflow:

atcodedog05_1-1603965501443.png

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @sriniprad08 

 

Cheers and Happy Analyzing 😀

 

Feels free to ask more questions if you have any.

sriniprad08
11 - Bolide

Sure thank you @atcodedog05  🙂

Labels