siva
2006-07-29 20:01:40 UTC
Hi,
Iam using mdx with linkMember function.
linkMember(Product.CurrentMember, UsageUnitsProduct.[Product Name])
But this throws error where data filter is used on Product dimension
with some product selections. CurrentMember is culprit.
Error message "The MDX funciton currentmember failed because the
coordinate Product contains a set".
I understand there is a article by mosha on this, But not able to get
any solution for this from his article.
Please help.
Also in a different query iam using the following
IIF([CreatedTime].[Time_Fiscal].CurrentMember.Level is
[CreatedTime].[Time_Fiscal].[Month],........
Here Iam just checking if current member is at level month, if so my
logic is different.
Same problem hits this query, When CreatedTime dimension is used as
data filter, Same above mentioned error comes becuase of Currentmember
usage.
Please please do help me on this.
Iam using mdx with linkMember function.
linkMember(Product.CurrentMember, UsageUnitsProduct.[Product Name])
But this throws error where data filter is used on Product dimension
with some product selections. CurrentMember is culprit.
Error message "The MDX funciton currentmember failed because the
coordinate Product contains a set".
I understand there is a article by mosha on this, But not able to get
any solution for this from his article.
Please help.
Also in a different query iam using the following
IIF([CreatedTime].[Time_Fiscal].CurrentMember.Level is
[CreatedTime].[Time_Fiscal].[Month],........
Here Iam just checking if current member is at level month, if so my
logic is different.
Same problem hits this query, When CreatedTime dimension is used as
data filter, Same above mentioned error comes becuase of Currentmember
usage.
Please please do help me on this.