devlynsyde
New Member
- Joined
- Sep 23, 2009
- Messages
- 23
I am trying to do something that seems like it would be standard, but I can't find anything through searching possibly because I can't figure out proper wording for what I want to do.
I have a table full of orders, and I want the pivot to display only those orders that contain a specific item, but show all items in that order.So for example if someone purchased a t-shirt, jeans, and pair of socks I want it to show:
But a typical filter would only display the invoice and the t-shirt.Is it possible to do this with power pivot or vba?
I have a table full of orders, and I want the pivot to display only those orders that contain a specific item, but show all items in that order.So for example if someone purchased a t-shirt, jeans, and pair of socks I want it to show:
Code:
[FONT=Calibri][SIZE=3][COLOR=#000000]Invoice 3382[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] T-Shirt[/COLOR][/SIZE][SIZE=3][COLOR=#000000] 1[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] Jeans[/COLOR][/SIZE][SIZE=3][COLOR=#000000] 8[/COLOR][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][COLOR=#000000] Socks[/COLOR][/SIZE][SIZE=3][COLOR=#000000] 1[/COLOR][/SIZE][/FONT]
But a typical filter would only display the invoice and the t-shirt.Is it possible to do this with power pivot or vba?