Alteryx Designer Desktop Discussions

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

Multiple matching output

Ranjan88
6 - Meteoroid

Hi,

 

Can some one help me to get the multiple output with comma seperated.

I have 100o's of GPN Concat where i have multiple matches with in same cell. I need to get the multiple results as bellow(Expected result).

Not sure is there way i can get it. Kindly let me know if there is any solution.

 

 

Multiple column search.png

2 REPLIES 2
grossal
15 - Aurora
15 - Aurora

Hi @Ranjan88,

 

I'd tackle this as follows:

 

grossal_0-1592134989499.png

 

Result: 

grossal_2-1592135055132.png

 

 

What happens:

- First we add a RecordID to make sure we get the data back together later on

- We than split the GPN Concat with the | delimiter into ROWS

- I prefer to use a Switch-Case or a Contains for your operation. We can setup Null() as our backup 

- We than summarize all rows based grouped by the RecordID. The key here is to use the concatenate function in the Summarize tool.

 

Settings:

 

Text-To-Column:

grossal_3-1592135139449.png

 

Formula:

grossal_4-1592135154638.png

 

 

Summarize:

grossal_5-1592135166012.png

 

I'll also attach the workflow for reference. Let me know if this was helpful and solved your problem.

 

Best

Alex

 

 

 

 

Assaf_m
11 - Bolide

Attached is another solution if you are not looking into using the formula and assuming you have a lookup table to join both data.

 

 

Labels