Quote:
|
Originally Posted by tjones1105
The only problem is that "Everyone Else"/null result is the total of all of the records not the remaining.
|
that's not a problem -- that's the way it's designed
okay, your application logic will loop over the 4 rows in the result set, right?
okay, to process the first row, store the number but don't print anything
for each of the next three rows, print the number for that user, and subtract that number from the stored "everyone else" total
after you have done the 4th row, i.e. the 3rd user, print what's left in "everyone else"
neat, eh
