Drillthrough MDX Problem .. -
04-19-2005
, 10:48 AM
Hi All,
I am running a simple DrillThrough MDX on FoodMart 2000 on Sales cube,
the MDX is :
DRILLTHROUGH MAXROWS 1000
SELECT {[Customers].[All Customers].[USA].[CA].[Berkeley]} ON 0,
{[Time].[1997]} ON 1,
{[Product].[All Products].[Drink]} ON 2
FROM Sales
But it shows the following error:
----------------
Unable to open cellset
The connection cannot be used to perform this operation. It is
either closed or invalid in this context.
----------------- |