Hello,
I am a bit of a novice, so please excuse the simple question. What is the formula to make one of the app fields an automatically increasing number?
Thank you
Hello,
I am a bit of a novice, so please excuse the simple question. What is the formula to make one of the app fields an automatically increasing number?
Thank you
The easiest is probably just to use [_RowNumber] if you’re just looking for consequtive, unique numbers
I think MAX(Table[Column]) + 1 would work as a calculated value.
More details and explanations of the points already made: Serial Numbers, If You Must - Google Cloud Community