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.
SOLVED

About Vlook up function

jeffwongarrow
6 - Meteoroid

Dear All

 

I am trying to use a vlook up function which I believe joint tool will help, but somehow I am not about to sort it our smoothly.

 

Here is the original data from last week sample

NameIDGrade on 3 NovGrade on 27 Oct Grade on 20 Oct
Company A122622456080808
Company B117349213060606
Company C91422092050505
Company D117339904060606
Company E6417458060606

 

this is the data I want to look up with this week

Name

IDGrade on 10 NovGrade on 3 NovGrade on 27 OctGrade on 20 Oct
Company A         122622456           08[Null][Null][Null]
Company B11734921306[Null][Null][Null]
Company C9142209205[Null][Null][Null]
Company D11733990406[Null][Null][Null]
Company E641745806[Null][Null][Null]

 

in this original file, I need to lookup up to beginning of 2020 with thousands of record by look up "ID", appreciate everyone help as always

8 REPLIES 8
atcodedog05
22 - Nova
22 - Nova

Hi @jeffwongarrow 

 

When you say beginning of 2020 what do you mean?

atcodedog05
22 - Nova
22 - Nova

Hi @jeffwongarrow 

 

Is this what you are looking for

Here is a workflow for the task.

Input : Data given

Output:

atcodedog05_0-1604989913935.png

Workflow:

atcodedog05_1-1604989925551.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

Hi @jeffwongarrow 

 

Here is an alternative workflow just in case if you are using Old version of Alteryx

atcodedog05_0-1604990529499.png

Hope this helps 🙂

jeffwongarrow
6 - Meteoroid

Hi Atcodedog05

 

Thanks for your help,

it seems that in the Joint section you use "name" to look up the grade, but I will like to use "ID" to look up instead, is there any change of setting in this case?

 

thanks

atcodedog05
22 - Nova
22 - Nova

Hi @jeffwongarrow 

 

By bad just changed it. Just need to change like below

atcodedog05_0-1604991301430.png

Make sure the datatype of ID is same.

 

On my first workflow it was ID only second by mistake i set it as Name😅

First workflow uses a new feature which was released in the new verison.

jeffwongarrow
6 - Meteoroid

Hi Atcodedog05

 

I am trying to use the attached file to working on vlookup based on your advise, but I am not able to breakthrough the joint section, appreciate your help to have a look,  sorry to keep bothering you

atcodedog05
22 - Nova
22 - Nova

Hi @jeffwongarrow 

 

Hope this meets the requirement.

Here is a workflow for the task.

 

Workflow:

atcodedog05_1-1604994605356.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 🙂 @jeffwongarrow 

 

Cheers and Happy Analyzing 😀

Labels
Top Solution Authors