Pivot table group help

D

Dan Shepherd

I am at a loss on this... I created a pivot table that has the following data
items:

ItemNumber, ItemName, QtySold, QtyOnHand, ListPrice, Location,
PurchaseOrderNum, QtyOnOrder

This table looks at a sql view and pulls in the data fine. I am trying to
have the columns look like this:

ItemNumber ItemName QtySold QtyOnHand ListPrice Location (all would be
standard) and then the PurchaseOrderNum would be the pivot part. The data
would look like this..

Item Name QtySold QtyOH ListPrc Locn PONum1 PoNum2 PONum3
XXX Part1 50 50 2.00 MAIN 10 0
0
YYY Part2 10 25 1.00 MAIN 0 5
5

My data is showing up like this:
Item Name QtySold QtyOH ListPrc Locn PONum1 PoNum2 PONum3
XXX
Part1
50
50
2.00
MAIN
10
0 0

Any ideas? Right now the following items are rows: ItemNumber, ItemName,
QtySold, QtyOnHand, ListPrice and Location. Columns are PONumber. Summary
values are sum of QtyOnOrd (at the PONumber).
 
J

Jim Thomlinson

So is your problem that each group shows up on a new line? If so then right
click the fields in question and select Layout. Switch from Outline to
Tabular...
 
D

Dan Shepherd

Jim:

I have tried that and, as long as I have the whole line expanded, it works.
When I collapse the group for "ItemNumber" all the other levels still hide.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top