Hi
I'm looking to add a sequence number in confluence table, it works this way:
- User sets manually a sequence number in one of the column, use 1 as step
- If user changes a number in the column, it will change all the numbers that's larger than the number in that column by adding one
example:
- I have a table with 6 rows
- I have a sequence column
- In the sequence cell of each row, I put 1,2,3,4,5,6...
- If I change 5 to 2, then 2 becomes 3, 3 becomes 4, 4 becomes 5, 6 stay not changed
- If I add a row and fill sequence column as 4, then the previous 4 becomes 5, previous 5 becomes 6, previous 6 become 7
Is there a way to have this functionality? This could be useful to prioritize tasks.
Thanks!