Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Expression for ID Using MultiRow Formula

Syarifhidayat
8 - Asteroid

Hey Guys,

 

I need some help to figure out an epression that I should use at multirow formula to get result below

 

Input:

Value
A
B
C
D
E
F

 

 

Output:

ValueID
A1
B1
C2
D2
E3
F3
1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus

@Syarifhidayat,

 

Here's the formula:

IIF([Row-2:ID]==[Row-1:ID],[Row-1:ID]+1,[Row-1:ID])

You need to set "Num Rows" to 2 in the configuration.

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels