Hi guys,I have a Percentage of Parent calculated member, and in the Grand Total it is showing #NUM!Anyone can shed some light on how to get around this please? Calculation:[code="sql"]CREATE MEMBER CURRENTCUBE.[% Turnover of Parent]AS (Axis(0).Item(1).Item(0).Dimension.CurrentMember, [Measures].[Sales Amount]) / ( Axis(0).Item(1).Item(0).Dimension.CurrentMember.Parent, [Measures].[Sales Amount]),FORMAT_STRING = "Percent"[/code]Thanks in advance!
↧