I have the following fields: x, value, I want to get number that count by value of x.
for example : 267 is the smallest value of 101L1, then the number should be 1, the next one 268 is 2...
x value number
101L1 267 1
101L1 268 2
101L1 269 3
101L1 270 4
101L1 271 5
101L1 272 6
101L1 273 7
101L1 274 8
101L1 275 9
101L1 276 10
101L1 277 11
101L1 278 12
101L1 279 13
101L1 280 14
101L1 281 15
101L2 28 1
101L2 29 2
101L2 30 3
101L2 31 4
101L2 32 5
101L3 27.3 1
101L3 27.4 2
101L3 27.5 3
101L3 27.6 4
101L3 27.7 5
101L3 27.8 6
↧