I'm having trouble analyzing and replatforming some reports that are delivered in Excel, the data of which comes from a string of Access databases (oh, the horror!). This specific snag is about grouped fields in PivotTables. I've discovered the VBA code to find the connection string to a PivotTable, and then realized some fields were in the PivotTable that were not pulled from the database. In this specific example, a date field was grouped by month, resulting in a field called Months, and a date field was grouped by year, resulting in a field called Years. Now what I have is a PivotTable years old with a Months grouped field and a Years grouped field, and no idea which of the numerous date fields they came from. I can find nothing in the Excel interface to see where it originated from. Ungrouping the fields doesn't help me at all. I even read through the Excel VBA reference on and have found nothing stating this.
The only thing I can think of is to ungroup the field and see what data in other fields exist in the same row, then compare that to the data cache that appears when I double-click a data are column... but even that is inconclusive, as some of the date fields hold identical values! Any ideas?
The only thing I can think of is to ungroup the field and see what data in other fields exist in the same row, then compare that to the data cache that appears when I double-click a data are column... but even that is inconclusive, as some of the date fields hold identical values! Any ideas?