Alteryx Designer Desktop Discussions

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

Waterfall Analysis Assistance

jgarcia0417
7 - Meteor

Hi all,

 

I am working on a project for my team where they initially request for a top 5 of a current process but now are requesting a full series of the process I am completing within my tool container.

 

Process:

1. Remove RecordID 1 

2. Remove Duplicates

3 Count for it and ID it.

4 Remove Record ID 1 and 2

5. Steps 2-3 again

 

Now the thing is i have to do this to about 100 ID's is there an easier way to do this, all while ID'ing the results?

 

I am super confused now but what I need to do is dynamically add a +1 to the record ID for each new ID generated.

 

Record IDID
11
1+22
1+2+33
1+2+3+......

 

Thanks! 

 

2 REPLIES 2
Garabujo7
Alteryx
Alteryx

Hello @jgarcia0417 ,

 

That's a job for the multi-row formula.

 

Garabujo7_0-1664987323009.png

 

That goes from here:

 

Garabujo7_1-1664987379295.png

 

To the ID.

Garabujo7_2-1664987393358.png

 

This example shows one new field, you could use an existing one and add up.

 

Gabriel

jgarcia0417
7 - Meteor

Hi,

 

Not sure if that answers my workflow question, incoming RecordID data is a string that is used to create a unique grouping for Player Positions

 

jgarcia0417_0-1664988111697.png

 

I cannot add using multi-row formula

 

My goal is to do the following filter out record ID 1, then remove duplicates of Teams, then count total rows of data, then name label that row of data ID 1 

jgarcia0417_2-1664988401186.png

 

 

RecordIDID
11
1+22
1+2+33

 

id like to do this dynamically until I run out of values in RecordID

 

im sure its one of the multi tools but im not great at it.

 

Thanks!

Labels