Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Pivot Pagefield multi-select? (Excel 2003)

Hello,


I have built a Pivot table on data stored in a massive table in
another Excel sheet.

I have 5 pagefields, but problem is that I cannot get these fields to
use multi-select (checkboxes). I can only choose 'all' or one specific
value.

Using Excel 2003, is this possible? I have not used any VBA in making
the pivot, only 'regular' excel functionality.


Regards,
-NorTor

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Pivot Pagefield multi-select? (Excel 2003)

If you drag that page field to a row field, make your multiselection, then drag
it back to the page field, what happens?

NorTor wrote:

Hello,

I have built a Pivot table on data stored in a massive table in
another Excel sheet.

I have 5 pagefields, but problem is that I cannot get these fields to
use multi-select (checkboxes). I can only choose 'all' or one specific
value.

Using Excel 2003, is this possible? I have not used any VBA in making
the pivot, only 'regular' excel functionality.

Regards,
-NorTor


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Pivot Pagefield multi-select? (Excel 2003)

Hi Dave!


That works, though not quite as elegant as having checkboxes in front
of the pagefield dropdown :-)

I guess there is no way than doing a 'shortcut' like this.

Thank you very much!


Regards,
NorTor



On Thu, 12 Jan 2006 09:29:34 -0600, Dave Peterson
wrote:

If you drag that page field to a row field, make your multiselection, then drag
it back to the page field, what happens?

NorTor wrote:

Hello,

I have built a Pivot table on data stored in a massive table in
another Excel sheet.

I have 5 pagefields, but problem is that I cannot get these fields to
use multi-select (checkboxes). I can only choose 'all' or one specific
value.

Using Excel 2003, is this possible? I have not used any VBA in making
the pivot, only 'regular' excel functionality.

Regards,
-NorTor


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Pivot Pagefield multi-select? (Excel 2003)

I usually weasel out.

I insert a new column and use a formula that evaluates to true/false. Then I
just change the formula to what I want, refresh the pivottable and show the
trues.

That helper column formula can be as complex as I need it to be.

nortor wrote:

Hi Dave!

That works, though not quite as elegant as having checkboxes in front
of the pagefield dropdown :-)

I guess there is no way than doing a 'shortcut' like this.

Thank you very much!

Regards,
NorTor

On Thu, 12 Jan 2006 09:29:34 -0600, Dave Peterson
wrote:

If you drag that page field to a row field, make your multiselection, then drag
it back to the page field, what happens?

NorTor wrote:

Hello,

I have built a Pivot table on data stored in a massive table in
another Excel sheet.

I have 5 pagefields, but problem is that I cannot get these fields to
use multi-select (checkboxes). I can only choose 'all' or one specific
value.

Using Excel 2003, is this possible? I have not used any VBA in making
the pivot, only 'regular' excel functionality.

Regards,
-NorTor


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default Pivot Pagefield multi-select? (Excel 2003)

Or, you can double-click on the page field button, and select items to
hide, as shown he

http://www.contextures.com/xlPivot03.html#Page

Dave Peterson wrote:
I usually weasel out.

I insert a new column and use a formula that evaluates to true/false. Then I
just change the formula to what I want, refresh the pivottable and show the
trues.

That helper column formula can be as complex as I need it to be.

nortor wrote:

Hi Dave!

That works, though not quite as elegant as having checkboxes in front
of the pagefield dropdown :-)

I guess there is no way than doing a 'shortcut' like this.

Thank you very much!

Regards,
NorTor

On Thu, 12 Jan 2006 09:29:34 -0600, Dave Peterson
wrote:


If you drag that page field to a row field, make your multiselection, then drag
it back to the page field, what happens?

NorTor wrote:

Hello,

I have built a Pivot table on data stored in a massive table in
another Excel sheet.

I have 5 pagefields, but problem is that I cannot get these fields to
use multi-select (checkboxes). I can only choose 'all' or one specific
value.

Using Excel 2003, is this possible? I have not used any VBA in making
the pivot, only 'regular' excel functionality.

Regards,
-NorTor




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



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Pivot Pagefield multi-select? (Excel 2003)

Geez, if there were only some way to get all these tips in a nice consolidated
location.

Oh, my!

http://www.amazon.com/gp/product/159...67040?n=283155

Congratulations!

Debra Dalgleish wrote:

Or, you can double-click on the page field button, and select items to
hide, as shown he

http://www.contextures.com/xlPivot03.html#Page

Dave Peterson wrote:
I usually weasel out.

I insert a new column and use a formula that evaluates to true/false. Then I
just change the formula to what I want, refresh the pivottable and show the
trues.

That helper column formula can be as complex as I need it to be.

nortor wrote:

Hi Dave!

That works, though not quite as elegant as having checkboxes in front
of the pagefield dropdown :-)

I guess there is no way than doing a 'shortcut' like this.

Thank you very much!

Regards,
NorTor

On Thu, 12 Jan 2006 09:29:34 -0600, Dave Peterson
wrote:


If you drag that page field to a row field, make your multiselection, then drag
it back to the page field, what happens?

NorTor wrote:

Hello,

I have built a Pivot table on data stored in a massive table in
another Excel sheet.

I have 5 pagefields, but problem is that I cannot get these fields to
use multi-select (checkboxes). I can only choose 'all' or one specific
value.

Using Excel 2003, is this possible? I have not used any VBA in making
the pivot, only 'regular' excel functionality.

Regards,
-NorTor



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


--

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
How do I select multiple items in an Excel 2003 Pivot table Kevin Excel Discussion (Misc queries) 1 February 17th 09 10:52 PM
Excel 2003 and 2007 and Select Multiple Items on Pivot AS Cube bug Philippe Cand Excel Discussion (Misc queries) 0 July 27th 07 01:40 AM
Pivot Table PageField Todd Huttenstine Excel Programming 4 April 21st 04 09:46 PM
How to find the current pagefield of a pivot table? Tama Excel Programming 0 December 22nd 03 05:00 AM
Extract values from a multi-select multi-column list-box Peter[_20_] Excel Programming 5 September 28th 03 04:04 PM


All times are GMT +1. The time now is 07:38 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"