Deepak,
Thanks - your question has hit the nail on the head. I was trying to run it
without giving the [Branch Plant].[InvPoint] a context (if that's the right
jargon). When I use the following MDX, it works:
Quote:
|
SELECT { [Time].[Financial].[All Time] } ON COLUMNS , {
|
[<##<SET!lrussell!SelectDestName>##>] } ON ROWS FROM
[Sales_Tonnes_FcstAccuracy] WHERE ( [Branch Plant].[InvPoint].[Branch
State].&[NSW].&[Sydney].&[SydFG], [Company].[Company Code].&[00010],
[Measures].[Product Tonnes] )
<<<<<<<<<
(Here the expression [<##<SET!lrussell!SelectDestName>##>] represents a
custom set generated in ProClarity using the code from my first post.)
For your info, the code which does NOT work is:
Quote:
|
SELECT { [Time].[Financial].[All Time] } ON COLUMNS , { { {
|
[<##<SET!lrussell!SelectDestName>##>] } * { [Branch Plant].[InvPoint].[Branch
State].&[NSW].&[Sydney].&[SydFG] } } } ON ROWS FROM
[Sales_Tonnes_FcstAccuracy] WHERE ( [Company].[Company Code].&[00010],
[Measures].[Product Tonnes] )
<<<<<<<<<<
Thanks for your help,
Les
PS - this is just the first step in what I'm trying to do. I may be back
for more help :P