Learn more about the Alteryx Maveryx Universe recently announced at Inspire 2023!

Alteryx Designer Desktop Discussions

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

assigning records to different IDs in Alteryx

Bharath
8 - Asteroid

Hi ,

 

I have 15480 records in total. I need to assign the 1st 215 records to ID 1 ,next 215 records to ID 2, next 215 records to ID 3, likewise I need to assign 215 records for seperate ID upto 72.. how to do this in Alteryx quickly?

1 REPLY 1
MarqueeCrew
20 - Arcturus
20 - Arcturus
you can add a record id to every record. Then use a formula like:

Floor(RecordID/215)+1

See if that works for you.

Thanks,
Mark
Alteryx ACE & Top Community Contributor

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