Subset MDX Compile Error
Posted: Wed Apr 29, 2015 6:00 pm
Guys,
I'm getting strange one. On a dimension called Project_Hierarchy (Don't ask) I am able to record an expression and the subset is created generating the following MDX:
{FILTER( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Project_Hierarchy] )}, 0)}, [Project_Hierarchy].[Facility] = "A04")}
However when I go to stop recording and include the code within the subset I get the following error:
The Facility attribute is rule based pulling from a project attributes cube. I have checked and the rule is fed correctly.
Any ideas? I tried recording btw after I noticed that the subset (that was already created) was coming back with no content.
Cheers,
Jim.
PS. You all know how much I love MDX so you can guess how much fun I'm having with this.
I'm getting strange one. On a dimension called Project_Hierarchy (Don't ask) I am able to record an expression and the subset is created generating the following MDX:
{FILTER( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Project_Hierarchy] )}, 0)}, [Project_Hierarchy].[Facility] = "A04")}
However when I go to stop recording and include the code within the subset I get the following error:
The Facility attribute is rule based pulling from a project attributes cube. I have checked and the rule is fed correctly.
Any ideas? I tried recording btw after I noticed that the subset (that was already created) was coming back with no content.
Cheers,
Jim.
PS. You all know how much I love MDX so you can guess how much fun I'm having with this.