Can you use Wildcard in cube formula?

mythos2112

New Member
Joined
Sep 5, 2013
Messages
3
I am trying to get at some specific information in a cube. The structure is

Code > vendor > product > source in the field I'm cubesetting. If I were looking for all orders by a particular vendor, I'd do something like

{
Code:
.[Vendor].[VendorX]}
 
However, I'm actually looking for all orders for the product Product Y, no matter what vendors that product falls under (will be almost every one of them), Products are set under all the vendors. So, since I don't want to list the thousands of vendors, I need to wildcard it like 

{[Code].[Vendor].
[*].[ProductY]}
 
- but that doesn't work.

I intend to use this line in a cubeset, so it ends up being =CUBESET("cubename",{[Code, etcetera]},"Product Y")

Is there a way to make this actually pull the data I'm looking for? I cannot change the OLAP cube itself; this has to all be done via Excel if it can be done.

Many thanks!
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,216,116
Messages
6,128,931
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top