Alteryx Designer Desktop Discussions

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

Match Function for values in Alteryx

igorfv
7 - Meteor

Hi Community,

 

How does Match function with values in Alteryx? Below are the formula (D3 cell) and excel file. Give me an example, please.

 

igorfv_0-1652711886357.png

 

 

 

Thanks!

Igor Valle

 

3 REPLIES 3
gabrielvilella
14 - Magnetar

Hi @igorfv, here is how I did this. Unfortunately there is no match function in Alteryx, you need to combine other tools to the to the result. One point of attention is that if you have a large table, this method will not be recommended as it will create too many records from the append fields tool. On this case, you will need an iterative macro to solve your problem.

gabrielvilella_0-1652727900441.png

 

grazitti_sapna
17 - Castor

@igorfv, there is no direct way of implementing the Match function in Alteryx. Here is an alternate method that could work for you.

Also, if this works please mark this post as a solution.

 

grazitti_sapna_0-1652766505973.png

 

Thanks!

 

Sapna Gupta
Qiu
20 - Arcturus
20 - Arcturus

@igorfv 
A batch macro is a good fit for the match index combination.
It gets a bit complex since you have error process and displacement.

0517-igorfv-1.PNG0517-igorfv-2.PNG

Labels