Page 1 of 1

Create row with an incremental index

Posted: Mon Jun 10, 2024 5:52 am
by jofen
Hi!
I want to create a row and populate it with an incremental serie of numbers. Number 1 on the first row, 2 on the second row, and so on. Is there an easy way to do that?

Re: Create row with an incremental index

Posted: Tue Jun 11, 2024 12:53 am
by jonathon
use a computed variable, and use the ROW() function

jonathon