Try moving the counter out of the group row and put CountRows() in the table row.
Tableheader CountRows()
Group1header "Not here"
data
group1footer
Tablefooter "or here" CountRows()
|||Thanks for the speedy reply! With that in the table header it's still returning 67/30. I think I've narrowed the problem down to the List grouping expression, but I don't understand why it considers the same value to belong to a different group?
|||It had to do with the list... Removing it and throwing in just a table fixed the problem. When would you ever need to use a list? Thanks