Focal Point
[CASE-OPENED] Excel Template with Data Sheet and Pivot Table

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/221100394

July 21, 2010, 10:31 PM
Kevin Furstenberg
[CASE-OPENED] Excel Template with Data Sheet and Pivot Table
I thought I had what was a simple request. Create an Excel template with one sheet containing the detailed data and the other with a pivot table. Initially, everything appears to be working correctly until one looks a little closer and discovers that the pivot table never gets refreshed. Based on what I've seen on similar posts I discovered that apparently one needs a macro to refresh the pivot table (even though I checked refresh on open for the pivot table options). I'm kinda "new" to pivot tables and creating macros and I can't seem to get anything to refresh the pivot table. Any suggestions would be greatly appreciated.

This message has been edited. Last edited by: Kerry,


7.6.x/Windows 2003 Enterprise Server/3 tier configuration/Oracle 10g/IIS 5.2 and Tomcat 5.5.25
July 28, 2010, 04:10 PM
Kerry
Hi Kevin,

It seems like you have a case opened regarding this issue, can you please keep all posted once you hear an update/solution? Thank you in advance for sharing with all.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
September 24, 2014, 01:18 PM
KellyT
Private Sub Worksheet_Activate()
Range("A1").Select
ActiveSheet.PivotTables("PivotTable1").PivotCache.Refresh
End Sub


Prod: WebFOCUS 8.2.0.4
OS: Windows
Outputs: HTML, PDF, Excel, PPT
In Focus since 2005