Add element to subset based on MDX Results attribute
Posted: Sun Oct 30, 2016 1:54 pm
Sorry about the confusing title.
The MDX code:
{FILTER( {TM1SUBSETALL( [Version] ) }, [Version].[ isCurrentForecast]= 1)}
Returns a single element member (But in theory could return several I guess). Lets call it [FC2]. [FC2] has an attribute called PrevFC. The value of this attribute is "FC1", which is also an element in the dimension.
What I would want is the query to return both [FC1] and [FC2] in the subset. Any ideas on how to do this?
The MDX code:
{FILTER( {TM1SUBSETALL( [Version] ) }, [Version].[ isCurrentForecast]= 1)}
Returns a single element member (But in theory could return several I guess). Lets call it [FC2]. [FC2] has an attribute called PrevFC. The value of this attribute is "FC1", which is also an element in the dimension.
What I would want is the query to return both [FC1] and [FC2] in the subset. Any ideas on how to do this?