Hello,
I'd like to have a very simple information.
I would like to create a record ID but instead of having a sequence of 1,2,3,4,etc.
I want 1,1,2,2,3,3,4,4, etc.
How can I achieve this?
Thank you
Solved! Go to Solution.
Hey @Achille123,
Probably a lot of ways to do this but I'd think the simplest is just to create the record ID's twise then union it back together:
HTH,
Ira