Alteryx Designer Desktop Discussions

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

Create categorize data with group names located at the bottom of the rows

selsset97
7 - Meteor

Hi Community,

 

Usually when we want to categorize groups from one column, we have the category names at the top of each category.

For example, using the Multi-Row Formula we can create the following category, using: IF Regex_Match([Dataset],"\u\l.*") THEN [Dataset] ELSE [Row-1:category] ENDIF

selsset97_0-1668489158767.png

 

However, how can we create categories if category names are located at the bottom of the list?

For example:

selsset97_1-1668489346642.png

In other words, if category names are located at the bottom of the rows of each category, is there a way to create the desired output column?

 

Thank you.

 

1 REPLY 1
grazitti_sapna
17 - Castor

@selsset97 , One way of doing it.

 

grazitti_sapna_0-1668491563694.png

 

Sapna Gupta
Labels