RE: How do we compute opening balances as calculated members ? -
10-28-2003
, 10:21 AM
Try:
WITH MEMBER Measures.[OB] AS
'Iif(Time.CurrentMember is Time.CurrentMember.Parent.FirstChild, 0,
(Time.CurrentMember.Parent.FirstChild, [Unit Sales])) '
Thanks
Wei Zhang
Microsoft OLAP PSS
This posting is provided "AS IS" with no warranties, and confers no rights. |