Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 542
Default PivotTable too big??

I need help understanding why when I create certain pivottables using
external data through our SQL server and use just a few fields that MS
provides an error stating that my pivottable is too big and that I've exceed
65,536 "items". Here is the catch, I know for a fact that data-wise, that I
won't consume more that 10,000 lines. Is there some hidden placeholders
shall we call them that causes my pivottable to be larger than it appears?
Knowing there is a 65536 line limit is there any work around without going to
Access? Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default PivotTable too big??

Pivot tables are not constrained to 65,536. I have done them up to 650,000
records so I don't think that is your issue. Are you using MS Query to return
the results into a sheet which you intend to then pivot off of, or are you
selecting get external data when you are configuring your pivot table. The
first method will cause problems as the sheet is tied to that 65,536 limit.
The only limit that I know of for pivot tables is that it does not like any
one dimension to be too flat. By that I mean If you have too many unique
items such as part numbers or such then the pivot will not be able to deal
with that. That limit is somewhere around 8,000 unique items.
--
HTH...

Jim Thomlinson


"James" wrote:

I need help understanding why when I create certain pivottables using
external data through our SQL server and use just a few fields that MS
provides an error stating that my pivottable is too big and that I've exceed
65,536 "items". Here is the catch, I know for a fact that data-wise, that I
won't consume more that 10,000 lines. Is there some hidden placeholders
shall we call them that causes my pivottable to be larger than it appears?
Knowing there is a 65536 line limit is there any work around without going to
Access? Thanks in advance!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default PivotTable too big??

The following MSKB articles outline PivotTable limitations for different
versions of Excel:

XL2000: Limits of PivotTables in Excel
http://support.microsoft.com/default.aspx?id=211517

Description of the limits of PivotTable reports in Excel
http://support.microsoft.com/default.aspx?id=820742


James wrote:
I need help understanding why when I create certain pivottables using
external data through our SQL server and use just a few fields that MS
provides an error stating that my pivottable is too big and that I've exceed
65,536 "items". Here is the catch, I know for a fact that data-wise, that I
won't consume more that 10,000 lines. Is there some hidden placeholders
shall we call them that causes my pivottable to be larger than it appears?
Knowing there is a 65536 line limit is there any work around without going to
Access? Thanks in advance!



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 542
Default PivotTable too big??

Using Excel 2003, I get external data from the SQL server and then arrange
just the fields that I need to get the table established. Then I go into
each field and set the total to none so I get rid of all of the extra rows.
Then I'll expand (+) a few of the fields to see what I need and then add the
remaining fields for the report. Total fields will be between 6 to 8 at
most. Nothing huge. However, undoubtedly Excel will tell me the pivot table
has exceeded 65,536 "items" (not rows). By the way, I also have SP1 for
Office installed in XP Pro SP2 environment. Thanks for your previous quick
response!

"Jim Thomlinson" wrote:

Pivot tables are not constrained to 65,536. I have done them up to 650,000
records so I don't think that is your issue. Are you using MS Query to return
the results into a sheet which you intend to then pivot off of, or are you
selecting get external data when you are configuring your pivot table. The
first method will cause problems as the sheet is tied to that 65,536 limit.
The only limit that I know of for pivot tables is that it does not like any
one dimension to be too flat. By that I mean If you have too many unique
items such as part numbers or such then the pivot will not be able to deal
with that. That limit is somewhere around 8,000 unique items.
--
HTH...

Jim Thomlinson


"James" wrote:

I need help understanding why when I create certain pivottables using
external data through our SQL server and use just a few fields that MS
provides an error stating that my pivottable is too big and that I've exceed
65,536 "items". Here is the catch, I know for a fact that data-wise, that I
won't consume more that 10,000 lines. Is there some hidden placeholders
shall we call them that causes my pivottable to be larger than it appears?
Knowing there is a 65536 line limit is there any work around without going to
Access? Thanks in advance!

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default PivotTable too big??

When it says items, that leads me to believe that one of your dimensions is
too flat. A dimension contains members. A member is a unique "bucket" within
the dimension that aggregates all instances of that member. For example how
many unique part numbers or dates or ???'s do you have? The pivot is a way of
aggregating a large amount of data into a small number of members "unique
buckets". I think you might be asking for too many buckets... If that is the
case then you are hooped... You need to figure a way of decreasing the number
of members. That not the greatest of explanations. Debra is a godess at this
stuff. Maybe she can elaborate in a more coherent fasion.
--
HTH...

Jim Thomlinson


"James" wrote:

Using Excel 2003, I get external data from the SQL server and then arrange
just the fields that I need to get the table established. Then I go into
each field and set the total to none so I get rid of all of the extra rows.
Then I'll expand (+) a few of the fields to see what I need and then add the
remaining fields for the report. Total fields will be between 6 to 8 at
most. Nothing huge. However, undoubtedly Excel will tell me the pivot table
has exceeded 65,536 "items" (not rows). By the way, I also have SP1 for
Office installed in XP Pro SP2 environment. Thanks for your previous quick
response!

"Jim Thomlinson" wrote:

Pivot tables are not constrained to 65,536. I have done them up to 650,000
records so I don't think that is your issue. Are you using MS Query to return
the results into a sheet which you intend to then pivot off of, or are you
selecting get external data when you are configuring your pivot table. The
first method will cause problems as the sheet is tied to that 65,536 limit.
The only limit that I know of for pivot tables is that it does not like any
one dimension to be too flat. By that I mean If you have too many unique
items such as part numbers or such then the pivot will not be able to deal
with that. That limit is somewhere around 8,000 unique items.
--
HTH...

Jim Thomlinson


"James" wrote:

I need help understanding why when I create certain pivottables using
external data through our SQL server and use just a few fields that MS
provides an error stating that my pivottable is too big and that I've exceed
65,536 "items". Here is the catch, I know for a fact that data-wise, that I
won't consume more that 10,000 lines. Is there some hidden placeholders
shall we call them that causes my pivottable to be larger than it appears?
Knowing there is a 65536 line limit is there any work around without going to
Access? Thanks in advance!

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
pivottable bug Robin Krupp Excel Worksheet Functions 5 September 16th 09 06:42 AM
Creating a PivotTable w/o selecting data in an existing PivotTable Damian Excel Discussion (Misc queries) 6 November 2nd 07 04:44 PM
How does one get the PivotTable report info that feeds another PivotTable report? Toby Erkson[_3_] Excel Programming 0 December 14th 04 10:00 PM
PivotTable - PivotTable Field name is not valid - error! miker1999[_17_] Excel Programming 1 June 10th 04 10:30 AM
Creating a PivotTable Report from an Another PivotTable Report bcpaulus Excel Programming 1 January 8th 04 07:56 PM


All times are GMT +1. The time now is 01:25 PM.

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

About Us

"It's about Microsoft Excel"