Re: Excluding a Single Member in a calculation subcube -
12-16-2005
, 12:49 AM
this works : {[Limit Or Risk].[Limit Or Risk].&[L]},
{[Companies_Not_Shared].[Group Name].&[GRUBU MEVCUT DEGIL]}
but when I write with except function
{[Limit Or Risk].[Limit Or Risk].&[L]},
except({[Companies_Not_Shared].[Group Name].AllMembers
},{[Companies_Not_Shared].[Group Name].&[GRUBU MEVCUT DEGIL]})
I got this error.
Unable to create calculated cell.
Formula Error - The subcube expression must be one of the following:
descendants(...) function,<level>.members, <dimension>.mmebers or a
single mmeber. in the calculated cell condition.
What can I do. To except the Group Name "GRUBU MEVCUT DEGIL" |