Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
Top Solution Authors