I have a dynamic pivot table that will shrink and grow depending on the data. On average there are 1000 rows of data. I wish to display the Grand Totals at the top of the report.
I am unable to use the trick of creating an additional field within the table with the same data for all rows and then using it to display sub totals at the top because I have other data that I don't want displayed using the "Show Sub Totals" option.
Is there any way to use the GetPivotData reference to the Grand Totals when the fields constantly move? Is there a way I could build a macro to find the Grand Totals Columns and then copy and past them to the top when the report is refreshed? I have had no success yet.
Any assistance would be appreciated.
I am unable to use the trick of creating an additional field within the table with the same data for all rows and then using it to display sub totals at the top because I have other data that I don't want displayed using the "Show Sub Totals" option.
Is there any way to use the GetPivotData reference to the Grand Totals when the fields constantly move? Is there a way I could build a macro to find the Grand Totals Columns and then copy and past them to the top when the report is refreshed? I have had no success yet.
Any assistance would be appreciated.