Alteryx Designer Desktop Discussions

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

DATA with multiple dispositions to be filtered

Adam_B
8 - Asteroid

Hello, 

 

I have a data set that has many different dispositions that will need to be filtered and removed and/or changed within the master data.  

 

This incoming data is a form that users submit requesting dispositions of diverse suppliers to be removed or changed.  The Master data has over 2M records, however can be associated to the ERP Supplier ID, both data sets have that identifier. 

 

Below is examples of both data sets.  I don't know where to begin with this.  

 

Incoming Form example

Adam_B_0-1683569381950.png

 

Master Data Example

Adam_B_0-1683569656159.png

 

2 REPLIES 2
NMangera
10 - Fireball

Hi @Adam_B,

 

Start by using the join tool to identify the records that need changing with the output nodes Left, Right and Join. The Filter tool can then separate dispositions requiring a single modification (add/remove) and those requiring multiple. From here, implement the appropriate logic as required. 

 

NMangera_0-1683572980246.png

 

Adam_B
8 - Asteroid

@NMangera Thank you!!! That should work. 

 

Adam 

Labels