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.

Matching data

noopurjain
8 - Asteroid

Hello,

 

numbercodeexp dateRight_numberRight_codeRight_expdate 
123456D2550212/5/2019123456D2550212/5/2019
123456D255105/14/2022123456D2550212/5/2019
123456D2550212/5/2019123456D255105/14/2022
123456D255105/14/2022123456D255105/14/2022
456789D1330211/29/2019456789D1330211/29/2019
456789D133028/7/2020456789D1330211/29/2019
456789D1330211/29/2019456789D133028/7/2020
456789D133028/7/2020456789D133028/7/2020

 

In above dataset when I match exp date != Right_expdate, Alteryx gives me this Which is correct as it is matching the data with in the same row

numbercodeexp dateRight_numberRight_codeRight_expdate 
123456D2550212/5/2019123456D255105/14/2022
123456D255105/14/2022123456D2550212/5/2019
456789D1330211/29/2019456789D133028/7/2020
456789D133028/7/2020456789D1330211/29/2019

 

Whereas I wanted no exception when number, code, exp date matched with Right_number, Right_code and Right_expdate, 

4 REPLIES 4
IraWatt
17 - Castor
17 - Castor

Hey @noopurjain,

What do you mean by 'no exception'? What is your desired final output?

noopurjain
8 - Asteroid

Hello @IraWatt , In case of example I shared I shouldn't be having any row as right side (right_number, right_code, right_expdate) of data matches with left side.

IraWatt
17 - Castor
17 - Castor

@noopurjain would you be able to show the table you want?

noopurjain
8 - Asteroid

@IraWatt I have added one more row in original data just to give you an idea of what I want. Check the attached file 

Labels
Top Solution Authors