Is there a straightforward way to position a group summary so it appears on the bottom of the page like a footer?
Alternately we could have the visibility of the footer set by some variable - but no straightforward way I can think of to coordinate with a group break.
Ive seen this requested a few times in the past but no answer.
Is there some other meaning for category here? Row perhaps?
Yes category is the grouped by column.
Maybe this would work for the visible attribute.
if ( getrow() = rowcount() or category[1] > last ( category for group 1) , 1 , 0 )
or this might work
if ( category[1] > category , 1 , 0 )
(category[1] refers to the category of the next row )