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

How to give record id based on multi line condition

dizy_11
7 - Meteor

Hi all,

 

I'm stuck with giving record id in sequence based on page column. The input is like this:

Deeksha1997_0-1627036643853.png

The output which i want is:

Deeksha1997_1-1627036799265.png

Can anyone please help me with this?

Thanks in advance.

3 REPLIES 3
Jonny
11 - Bolide

HI @dizy_11 ,

 

I created this workflow for you, using the multirow formula tool.

Jonny_0-1627037371581.png

Jonny_1-1627037453836.png

 

let me know if this is what you are looking for?

 

cheers!

Jonny

 

 

Emil_Kos
17 - Castor
17 - Castor

Hi @dizy_11,

 

So it looks like we need to add 1 to the previous value if the page will change.

 

Multi-row formula will work perfectly for you. 

 

Emil_Kos_0-1627037521415.png

Output:

 

Emil_Kos_1-1627037534477.png

 

dizy_11
7 - Meteor

Thanks alot 🙂

Labels
Top Solution Authors