We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Multi-Row Formula Tool

bsolove123
6 - Meteoroid

I have a dataset with the GroupNumber field. I want to create the GroupOrder Field to look like the following:

 

2025-05-15_08-52-06.png

I need some help configuring the multi-row formula tool. Thanks!

2 REPLIES 2
Pilsner
13 - Pulsar

Hello @bsolove123 

You could solve this problem with a multi-row however, you might find it easier to use the tile tool, with the Unique method selected.

tile tool.png


This will achieve the desired result, except that it starts counting at 1, not 0, so you will need a formula tool to fix this with the following formula.

formula tool.png

Finally, you may want to drop the original tile column with a select tool to get the following result:

workflow.png

I have attached the workflow below. Please let me know how you get on.

Regards - Pilsner

Pilsner
13 - Pulsar

If you do want to use the multi-row, then the following formula works for me:

 

Multirow.png

Labels
Top Solution Authors