Alteryx Designer Desktop Discussions

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

Grouping Records?

ridodson
6 - Meteoroid

Hey, all!

 

I am attempting to create a unique listing of records that are differentiated by the record group from the first column. Ultimately, what I want to do is group records in a way so that the individual records are populating underneath their main group. Attempting to avoid using a combined solution of filter / dynamic rename / join due to the number of filters that it would require.

 

Below is a brief example of what I am attempting to accomplish using basic data:

 

ridodson_1-1658377875366.png

 

 

Any help would be appreciated. Thanks in advance!

 

2 REPLIES 2
binuacs
20 - Arcturus

@ridodson  oneway of doing this with the tile tool

 

in the tile tool select the equal records and specify the group of records you want (total records / 5)

binuacs_2-1658380558134.png

 

 

binuacs_1-1658380465579.png

 

 

OllieClarke
15 - Aurora
15 - Aurora

@ridodson another approach if you don't have the same number of strings in each code is to use a multi-row formula tool

OllieClarke_0-1658388921638.png

If you group by Code in the multi-row, then you can do a recordId which restarts every new code

OllieClarke_1-1658389004038.png

Everything else is identical to @binuacs' solution :)

 

Ollie

 

Labels