I have a Report that list the number of students in score orders (the first student being the one with the most points).
However i'm trying to create a Position Field which simple lists the numbers 1 to 20 (or what ever the class size is).
I've tried count(studentid) but that just gives me the total in that class. I'm after something simple like this
Position Name
1.......... . J P
2. .......... . S A
3. ........... . L L
The Position Field is what i'm after (Ignore the full stops)
Help...
Ta
However i'm trying to create a Position Field which simple lists the numbers 1 to 20 (or what ever the class size is).
I've tried count(studentid) but that just gives me the total in that class. I'm after something simple like this
Position Name
1.......... . J P
2. .......... . S A
3. ........... . L L
The Position Field is what i'm after (Ignore the full stops)
Help...
Ta