using v2008: I have a report with a number of groups. However, the groups are not constant in that group #4 might be {table.fund} or {table.package} depending on whether or not group #3 is equal to a certain value. Ultimately, I need to create a summary on the final group based on a value in the detail section. In order to get on of the detail values to calculate correctly, I had to share some variables from a sub-report, then perform a calculation in the main report to get the detail value I need. However, when I place the calculated total in the detail section, I am unable to create a summary. Is there a workaround for this?