Alteryx Designer Desktop Discussions

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

Data Cleansing

SP3000
8 - Asteroid

Hi, I am trying to get the below output, please assist. 

 

Input Ouput
NoSum A NoSum A
1100 1100
1120 1120
1  1100
1  1120

 

Thank you in advance !!

6 REPLIES 6
Kenda
16 - Nebula
16 - Nebula

Hi @SP3000 

 

I'm not exactly sure what your whole dataset looks like and therefore if this will work for you, but with this sample data, here is one way to accomplish this:

1. Use a filter to separate the records that are null in the Sum A field.

2. Use a join tool to join records by record position.

3. Use a union tool to keep the populated records from the filter tool and the joined records from the join tool.

 

Kenda_0-1641235135532.png

 

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @SP3000 

 

Interesting use case, just curious to understand why do you want logic like this. If there were more rows and if the logic was like below.

 

atcodedog05_0-1641281076393.png

 

Here is a solution for it. If the logic is more variant do let us know. Would love to work on a solution for this interesting use case.

atcodedog05_1-1641281248588.png

 

Hope this helps : )

SP3000
8 - Asteroid

Here is the file, can you please help? The criteria are value has to match and the date diff should be less than 5 business days.

atcodedog05
22 - Nova
22 - Nova

Hi @SP3000 

 

Give this a try

 

Workflow:

atcodedog05_0-1641461980987.png

 

Hope this helps : )

 

SP3000
8 - Asteroid

Thank you so much @atcodedog05  & @Kenda ! I really appreciate it!

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @SP3000 

Cheers and have a nice day!

Labels