Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 26th, 2006, 02:59 AM
Authorized User
 
Join Date: Apr 2006
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default "Static data and pivot"

Hi all,
I want to distribute a pivot table which has a link to a datasource connection. The datasource is updated every week with new data but the distributed version should be static when sent out.

What is the best way to build such a report with pivot functionalities yet the data behind it is not updateable. To import the data on a seperate tab is not an option because it exceeds over 100000 records.

Paul.



 
Old June 26th, 2006, 03:45 PM
Authorized User
 
Join Date: Mar 2006
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Default

When you say the datasource is updated, I presume you mean it is overwritten, in which case the only way to keep the pivot table functionality is to store the data somehow. you could create a csv or text file from your data source, then have the pivot table reference this. or you could change the database so that data is not overwittten.

if it is not overwritten the change the query to have date constraints.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot data: Linq to Objects jimibt BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 September 22nd, 2008 01:22 PM
Excel Pivot and Analytical using XML data pnviv Excel VBA 0 November 6th, 2007 04:36 AM
Pivot Table Dynamic Reference Data oyelesit Excel VBA 2 August 4th, 2006 07:28 AM
Getting the data in columns - like Pivot Table merguvan Access VBA 4 February 29th, 2004 02:31 PM
A problem with static data members in c++ amotsn C++ Programming 2 August 20th, 2003 02:22 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.