Alteryx Designer Desktop Discussions

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

Multi Row Formula Help

WestonProhaska
Asteroid

Hi Everyone, I'm back with a question about the multi row formula tool. 

So, I have data that looks like this that I've used a find replace to set up and see if its even possible to do. 

AccountAccount descXYZAcct2 Account desc2x2y2z2
32KS64012ABCISMKTG2700null null nullnull null
32KS64209DEFISMKTG720032KS6420DEGISMKTG4500
32KS64012GHIISMKTG1200nullnullnullnullnull

 

The information starting at Acct2 and onward is appended based on similarity because they are new accounts. I want to keep the ordering of my data on the left but add the new information in rows below where the Account is similar. So the new information would look like this essentially. 

 

AccountAccount descXYZAcct2 Account desc2x2y2z2
32KS64012ABCISMKTG2700null null nullnull null
32KS64209DEFISMKTG720032KS6420DEGISMKTG4500
32KS6420DEGISMKTG4500nullnullnullnullnull
32KS64012GHIISMKTG1200null null nullnullnull

 

What is left over on the last fields from acct2 and on doesn't matter to me as I won't need them after adding it to the row below.

I can provide you examples of the data sets before appending them if you think using something other than a multi row formula tool would be better suited. 

 

Thank you in advance!!

11 ANTWORTEN 11
fmvizcaino
17 - Castor
17 - Castor

Hi @WestonProhaska ,

 

I am not sure if this is the easiest way of doing it, but I nailed for the examples you shared here.

 

Let me know if that works for you or if we need to do some tuning.

Best,

Fernando Vizcaino

WestonProhaska
Asteroid

@fmvizcaino I dont know how you do it, but you are magical every time. 

Thank you.

Beschriftungen