Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 397
Default Pivot table - Charachter limitation

Howdie...

My Pivot table doesnt display all the data that it is meant to!!
It is effectively running out of charachters
(The source contains a large number of charachters in each individual
cell) Within the source its fine, but within the pivot table drops
charachters from the end.

Alternative solutions to overcome this problem....? Your thoughts are
most welcome!!!

Thanks

D

*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Pivot table - Charachter limitation

Is it a display problem or the strings are truncated. At what length?

--
Regards,
Tom Ogilvy

"Darin Kramer" wrote in message
...
Howdie...

My Pivot table doesnt display all the data that it is meant to!!
It is effectively running out of charachters
(The source contains a large number of charachters in each individual
cell) Within the source its fine, but within the pivot table drops
charachters from the end.

Alternative solutions to overcome this problem....? Your thoughts are
most welcome!!!

Thanks

D

*** Sent via Developersdex http://www.developersdex.com ***



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 397
Default Pivot table - Charachter limitation


The strings are truncated. Length 255
(I thought of merging cells, or the like, but it gets too complicated.)


*** Sent via Developersdex http://www.developersdex.com ***
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Pivot table - Charachter limitation

I think you are stuck with that limitation.

Pivot tables are designed for summarizing numerical data, so it is certainly
conceivable that the pivotcache was not designed to hold more than 255
characters of data for any single "cell".

--
Regards,
Tom Ogilvy

"Darin Kramer" wrote in message
...

The strings are truncated. Length 255
(I thought of merging cells, or the like, but it gets too complicated.)


*** Sent via Developersdex http://www.developersdex.com ***



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Pivot table - Charachter limitation

Maybe you could assign a unique key for each of those long strings.

Then use =vlookup() to return the long string based on that unique key.

(This may not be much of a solution if you really pivot those tables.)

Darin Kramer wrote:

Howdie...

My Pivot table doesnt display all the data that it is meant to!!
It is effectively running out of charachters
(The source contains a large number of charachters in each individual
cell) Within the source its fine, but within the pivot table drops
charachters from the end.

Alternative solutions to overcome this problem....? Your thoughts are
most welcome!!!

Thanks

D

*** Sent via Developersdex http://www.developersdex.com ***


--

Dave Peterson


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
Pivot Table Output - Limitation on words within the cell Rachel Young Excel Discussion (Misc queries) 0 June 22nd 09 03:45 PM
Pivot Table Styles limitation? Sergei Excel Discussion (Misc queries) 0 February 13th 08 04:57 PM
Excel pivot table limitation when having Access Joël Excel Discussion (Misc queries) 2 January 27th 06 08:39 AM
pivot table limitation tchangmian Excel Discussion (Misc queries) 1 March 18th 05 02:49 AM
Pivot table - 256 character limitation? Tony Excel Programming 3 October 7th 04 06:17 PM


All times are GMT +1. The time now is 04:29 AM.

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"