synapsevampire
Programmer
How would you sum on a field and get the different field values as a grand total (outside of any grouping) when the fields are dynamic?
i.e.,
Group 1 header: Region
Group 2 header: MyCodes
Detail {MyFieldToSum}
Group 2 header: Region
Group 1 header: MyCodes
<Descriptions and Grand Totals of each Mycodes type here>
I can get a grand total for this field, or the subtotals for this field at a group level, but how would I get the grand totals for each of the My Codes types at the report Footer level? I can't hard code conditional variables for each Mycodes because they're dynamic.
What I'm trying to do is avoid subreports, and display the data which comprises a grand total graph which is based on this.
If it can graph it...
Thoughts?
-k kai@informeddatadecisions.com
i.e.,
Group 1 header: Region
Group 2 header: MyCodes
Detail {MyFieldToSum}
Group 2 header: Region
Group 1 header: MyCodes
<Descriptions and Grand Totals of each Mycodes type here>
I can get a grand total for this field, or the subtotals for this field at a group level, but how would I get the grand totals for each of the My Codes types at the report Footer level? I can't hard code conditional variables for each Mycodes because they're dynamic.
What I'm trying to do is avoid subreports, and display the data which comprises a grand total graph which is based on this.
If it can graph it...
Thoughts?
-k kai@informeddatadecisions.com