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

Create ID base with column

EvansM
9 - Comet

Hello 

 

I need help to create a ID column base on data grouping  in put. Below is an example of what I looking

 

 

This is an example 

ACCOUNT_NUMBER TYPE ID
1000014 
10000111 
1000015 
10000511 
10001011 
1000104 
10001211 

 

 

 

This is what is excepting results

ACCOUNT_NUMBER TYPE ID
10000141
100001112
10000153
100005111
100010111
10001042
100012111

 

2 REPLIES 2
OllieClarke
15 - Aurora
15 - Aurora

Hi @EvansM 

You can use the multi-row formula tool to do this.
Make a new field called ID which is numeric,
Group By your Account_Number field,
with the formula

[row-1:ID]+1


image.png

 

Hope that helps,

 

Ollie

EvansM
9 - Comet

Thanks it works like champ!

Labels
Top Solution Authors