Forum Discussion
Running count not based on a table column
- 2 years ago
Hi Anonymous ,
I don't think what you're trying to achieve is possible. For a sequence to work, it must reference a column and changing the order of rows in such a column would result to your sequence changing as well.
Hi Anonymous ,
Please post a usable sample data (not an image) and your expected result from that.
Hi Danextian,
Here's the data:
| PlayerId | LastName | FirstName | CountryDescription |
| 11 | Smit | Hans | USA |
| 20 | Powers | Jes | USA |
| 33 | Smithy | Ellen | Mexico |
| 40 | Valon | Deborah | Mongolia |
| 50 | Palmers | Janice | USA |
| 119 | Taddy | Dwight | USA |
- Anonymous2 years agoNot applicable
And here is the visual:
The data was not sorted. Note, I don't care if it is sorted or not, but I want the Running Count row to be in ascending sequential order, starting from one. That regardless of the sort or filter. Thanks.
- danextian2 years agoSuper User
Hi Anonymous ,
I don't think what you're trying to achieve is possible. For a sequence to work, it must reference a column and changing the order of rows in such a column would result to your sequence changing as well.