dynamic subset with new consolidation name
Posted: Mon Mar 23, 2009 2:40 am
Hello,
I have a list of contracts from 2006.I have an attribute called Active_Contract which is mark as Yes for contracts in 2009. I have created a dynamic subset using Active_Contract=Yes as a filter.I now want this dynamic subset to have a consolidation name as "All Active Contracts". How do I modify the code below to have a consolidation element of "All Active Contracts".
{TM1SORT( {FILTER( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Contract] )}, 0)}, [Contract].[Active_Contract] = "Yes")}, ASC)}
I have a list of contracts from 2006.I have an attribute called Active_Contract which is mark as Yes for contracts in 2009. I have created a dynamic subset using Active_Contract=Yes as a filter.I now want this dynamic subset to have a consolidation name as "All Active Contracts". How do I modify the code below to have a consolidation element of "All Active Contracts".
{TM1SORT( {FILTER( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Contract] )}, 0)}, [Contract].[Active_Contract] = "Yes")}, ASC)}