Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 2007 pivot tables in 2003

I have done some reading on using 2007 pivot tables in 2003. So I know that
the pivot tables get a version stamp and you can't edit a 2007 pivot table in
2003.

Is there any way in 2007 to create a 2003 pivot table?

I have an application that dumps data into a spreadsheet (from SQL Server)
and then pivots a report. These reports are interactive reports, in that the
end user can change the pivot table to see what they are interested in.

If I do this in 2007, and my end users are in 2003, they no longer have that
interactivity. I need to correct this problem or live with 2003 until all
our users upgrade (could be years).

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 2007 pivot tables in 2003

Scott

If you either

1) Create the PT in Excel 2003
2) Save the file as a 97-2003 in 2007

You should be able to open and interact with the PT in Excel 2003. If
you use any new features in 2007 you will get the compatibility
checker warning of what may be lost, so you should stick to things and
limits that apply in 2003.

Onece you have a file as an *.xls (2003) file saving in 2007 will
retain this, you wll have to explicitly save to an *.xlsx to upgrade
it and of course you will loose the intercativity in prior versions

HTH
Nick Hodge
Microsoft MVP - Excel
www.nickhodge.co.uk


On Mar 21, 10:22 am, ScottStonehouse
wrote:
I have done some reading on using 2007 pivot tables in 2003. So I know that
the pivot tables get a version stamp and you can't edit a 2007 pivot table in
2003.

Is there any way in 2007 to create a 2003 pivot table?

I have an application that dumps data into a spreadsheet (from SQL Server)
and then pivots a report. These reports are interactive reports, in that the
end user can change the pivot table to see what they are interested in.

If I do this in 2007, and my end users are in 2003, they no longer have that
interactivity. I need to correct this problem or live with 2003 until all
our users upgrade (could be years).



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 2007 pivot tables in 2003

Hi Nick,

I guess #1 is pretty obvious - but that's what I' trying to avoid.

#2 doesn't work for me. Did you try it? My 'understanding' (not that I am
sure) is that the pivot table is still stamped with the 2007 version stamp,
even if the old file format is used.

Scott


" wrote:

Scott

If you either

1) Create the PT in Excel 2003
2) Save the file as a 97-2003 in 2007

You should be able to open and interact with the PT in Excel 2003. If
you use any new features in 2007 you will get the compatibility
checker warning of what may be lost, so you should stick to things and
limits that apply in 2003.

Onece you have a file as an *.xls (2003) file saving in 2007 will
retain this, you wll have to explicitly save to an *.xlsx to upgrade
it and of course you will loose the intercativity in prior versions

HTH
Nick Hodge
Microsoft MVP - Excel
www.nickhodge.co.uk


On Mar 21, 10:22 am, ScottStonehouse
wrote:
I have done some reading on using 2007 pivot tables in 2003. So I know that
the pivot tables get a version stamp and you can't edit a 2007 pivot table in
2003.

Is there any way in 2007 to create a 2003 pivot table?

I have an application that dumps data into a spreadsheet (from SQL Server)
and then pivots a report. These reports are interactive reports, in that the
end user can change the pivot table to see what they are interested in.

If I do this in 2007, and my end users are in 2003, they no longer have that
interactivity. I need to correct this problem or live with 2003 until all
our users upgrade (could be years).




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default 2007 pivot tables in 2003

In Excel 2007, save the file in 97-2003 format.
Close, and reopen the file, and you'll be in compatibility mode.
Then, create the pivot table, and it will be in an old version, that the
Excel 2003 users can interact with.

If the pivot table is not created in compatibility mode, it will be read
only in older versions.

ScottStonehouse wrote:
Hi Nick,

I guess #1 is pretty obvious - but that's what I' trying to avoid.

#2 doesn't work for me. Did you try it? My 'understanding' (not that I am
sure) is that the pivot table is still stamped with the 2007 version stamp,
even if the old file format is used.

Scott


" wrote:


Scott

If you either

1) Create the PT in Excel 2003
2) Save the file as a 97-2003 in 2007

You should be able to open and interact with the PT in Excel 2003. If
you use any new features in 2007 you will get the compatibility
checker warning of what may be lost, so you should stick to things and
limits that apply in 2003.

Onece you have a file as an *.xls (2003) file saving in 2007 will
retain this, you wll have to explicitly save to an *.xlsx to upgrade
it and of course you will loose the intercativity in prior versions

HTH
Nick Hodge
Microsoft MVP - Excel
www.nickhodge.co.uk


On Mar 21, 10:22 am, ScottStonehouse
wrote:

I have done some reading on using 2007 pivot tables in 2003. So I know that
the pivot tables get a version stamp and you can't edit a 2007 pivot table in
2003.

Is there any way in 2007 to create a 2003 pivot table?

I have an application that dumps data into a spreadsheet (from SQL Server)
and then pivots a report. These reports are interactive reports, in that the
end user can change the pivot table to see what they are interested in.

If I do this in 2007, and my end users are in 2003, they no longer have that
interactivity. I need to correct this problem or live with 2003 until all
our users upgrade (could be years).






--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 2007 pivot tables in 2003

I think this is what Nick was saying, too.

It does work for me after all. I really thought I tried this, but I must
have done something wrong.

So my next question is how to do this programmatically. I have a .net app
that launches excel, loads the data and does the pivoting. Is there a way to
force compatability mode programmatically prior to loading and pivoting the
data? I suppose one method would be to save a blank excel 2003 file and ship
that with the software...



"Debra Dalgleish" wrote:

In Excel 2007, save the file in 97-2003 format.
Close, and reopen the file, and you'll be in compatibility mode.
Then, create the pivot table, and it will be in an old version, that the
Excel 2003 users can interact with.

If the pivot table is not created in compatibility mode, it will be read
only in older versions.

ScottStonehouse wrote:
Hi Nick,

I guess #1 is pretty obvious - but that's what I' trying to avoid.

#2 doesn't work for me. Did you try it? My 'understanding' (not that I am
sure) is that the pivot table is still stamped with the 2007 version stamp,
even if the old file format is used.

Scott


" wrote:


Scott

If you either

1) Create the PT in Excel 2003
2) Save the file as a 97-2003 in 2007

You should be able to open and interact with the PT in Excel 2003. If
you use any new features in 2007 you will get the compatibility
checker warning of what may be lost, so you should stick to things and
limits that apply in 2003.

Onece you have a file as an *.xls (2003) file saving in 2007 will
retain this, you wll have to explicitly save to an *.xlsx to upgrade
it and of course you will loose the intercativity in prior versions

HTH
Nick Hodge
Microsoft MVP - Excel
www.nickhodge.co.uk


On Mar 21, 10:22 am, ScottStonehouse
wrote:

I have done some reading on using 2007 pivot tables in 2003. So I know that
the pivot tables get a version stamp and you can't edit a 2007 pivot table in
2003.

Is there any way in 2007 to create a 2003 pivot table?

I have an application that dumps data into a spreadsheet (from SQL Server)
and then pivots a report. These reports are interactive reports, in that the
end user can change the pivot table to see what they are interested in.

If I do this in 2007, and my end users are in 2003, they no longer have that
interactivity. I need to correct this problem or live with 2003 until all
our users upgrade (could be years).





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default 2007 pivot tables in 2003

Thank you Debra!

That did it for me!
But I can't avoid thinking that there must be a easier way :-S

Nils


"Debra Dalgleish" wrote:

In Excel 2007, save the file in 97-2003 format.
Close, and reopen the file, and you'll be in compatibility mode.
Then, create the pivot table, and it will be in an old version, that the
Excel 2003 users can interact with.

If the pivot table is not created in compatibility mode, it will be read
only in older versions.

ScottStonehouse wrote:
Hi Nick,

I guess #1 is pretty obvious - but that's what I' trying to avoid.

#2 doesn't work for me. Did you try it? My 'understanding' (not that I am
sure) is that the pivot table is still stamped with the 2007 version stamp,
even if the old file format is used.

Scott


" wrote:


Scott

If you either

1) Create the PT in Excel 2003
2) Save the file as a 97-2003 in 2007

You should be able to open and interact with the PT in Excel 2003. If
you use any new features in 2007 you will get the compatibility
checker warning of what may be lost, so you should stick to things and
limits that apply in 2003.

Onece you have a file as an *.xls (2003) file saving in 2007 will
retain this, you wll have to explicitly save to an *.xlsx to upgrade
it and of course you will loose the intercativity in prior versions

HTH
Nick Hodge
Microsoft MVP - Excel
www.nickhodge.co.uk


On Mar 21, 10:22 am, ScottStonehouse
wrote:

I have done some reading on using 2007 pivot tables in 2003. So I know that
the pivot tables get a version stamp and you can't edit a 2007 pivot table in
2003.

Is there any way in 2007 to create a 2003 pivot table?

I have an application that dumps data into a spreadsheet (from SQL Server)
and then pivots a report. These reports are interactive reports, in that the
end user can change the pivot table to see what they are interested in.

If I do this in 2007, and my end users are in 2003, they no longer have that
interactivity. I need to correct this problem or live with 2003 until all
our users upgrade (could be years).





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #7   Report Post  
Posted to microsoft.public.excel.misc
Sam Sam is offline
external usenet poster
 
Posts: 699
Default 2007 pivot tables in 2003

I'm having a similiar problem. I'm trying to save a pivot table into an older
format in Excel 2007. I receive a message stating that the pivot table is too
large for the old format. But if I create the pivot table in Excel 2003, with
same data source, I don't get any message and the pivot table is generated.
Are there any solutions to this?


" wrote:

Scott

If you either

1) Create the PT in Excel 2003
2) Save the file as a 97-2003 in 2007

You should be able to open and interact with the PT in Excel 2003. If
you use any new features in 2007 you will get the compatibility
checker warning of what may be lost, so you should stick to things and
limits that apply in 2003.

Onece you have a file as an *.xls (2003) file saving in 2007 will
retain this, you wll have to explicitly save to an *.xlsx to upgrade
it and of course you will loose the intercativity in prior versions

HTH
Nick Hodge
Microsoft MVP - Excel
www.nickhodge.co.uk


On Mar 21, 10:22 am, ScottStonehouse
wrote:
I have done some reading on using 2007 pivot tables in 2003. So I know that
the pivot tables get a version stamp and you can't edit a 2007 pivot table in
2003.

Is there any way in 2007 to create a 2003 pivot table?

I have an application that dumps data into a spreadsheet (from SQL Server)
and then pivots a report. These reports are interactive reports, in that the
end user can change the pivot table to see what they are interested in.

If I do this in 2007, and my end users are in 2003, they no longer have that
interactivity. I need to correct this problem or live with 2003 until all
our users upgrade (could be years).




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
2007 Excel Pivot Tables - turn off subtotals DingBat Excel Discussion (Misc queries) 3 December 23rd 06 03:55 PM
Excel 2007 charting errors with pivot tables Lerxst Charts and Charting in Excel 0 December 6th 06 09:02 PM
Excel 2007 Error Reopening Pivot tables Mike L Setting up and Configuration of Excel 6 November 24th 06 09:53 PM
Pivot Tables - Excel 2003 oceanmist Excel Discussion (Misc queries) 1 August 25th 06 04:42 PM
2007 Beta 2 Pivot Tables BrettStuart Excel Discussion (Misc queries) 1 August 21st 06 12:04 AM


All times are GMT +1. The time now is 07:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"