Summing Suppressed Detail Data
I have a report that sums values of the detail lines in a GroupFooter. But I also want the option to only print the GroupFooter, without the detail lines. I've tried setting DetailData.Height to zero (this prints all the data on the same line for each group) and setting the DetailData.Visible property to False (this prevents the sum function in the GroupFooter from getting any values so it only prints zeros).
So how can I hide the details but still print the totals in the GroupFooter?
So how can I hide the details but still print the totals in the GroupFooter?
Comments
[Sum(<dataset."datafield">,bandname,flag)]