cannot find dimension member but the member exists -
11-03-2005
, 03:52 AM
Hello,
I'm having a very wierd problem.
I have an AS 2000 + SP4 installed.
When i'm runing the following simple MDX query, i get and error message
saying
"cannot find dimension member [Product By Categor].&[testMember1]".
select non empty {[Measures].[Redemption Qty]} on columns,
non empty {[Product By Categor].&[testMember1].children} on rows
from [Promotions]
where ([Store by Chain].&[M22683])
HOWEVER, if i'm excuting the following MDX query, then afterwards i can
run the
original query and get results:
select non empty {[Measures].[Redemption Qty]} on columns,
non empty {[Product By Categor].&[Parent1].children} on rows
from [Promotions]
where ([Store by Chain].&[M22683])
Any help will be appreciated.
Yaniv Inbar
Retalix |