SEQUENCE AB INITIO

146 Views Asked by At

I want to create a field "folio" that is a sequence type:

seq-1
seq-2
..
seq-n

and that each time I execute my work that page starts from the last one before

seq-n+1
seq-n+2
..

etc. I used "seq- + next_in_sequence()" but I can't get it to continue on the next execution, otherwise it restarts again. Any suggestion?

1

There are 1 best solutions below

0
On

Use a lookup file if you really care about making sure that they are all dense and sequential.