YearTotal not correct if member is calculated
Hi,
Need help in how to configure the members so that year_total will display the correct amount.
I have 3 members: Gross Margin, Units, and Gross Margin Per Unit
Account | Jan | Feb | Mar | Year_Total |
---|---|---|---|---|
Gross Margin | 100 | 500 | 250 | 850 |
Units | 5 | 5 | 5 | 15 |
Gross Margin Per Unit | 20 | 100 | 5 | 125 |
Year_Total will always sum up Jan to Dec values for "Gross Margin Per Unit".
How do I configure this so Gross Margin Per Unit -> Year_Total will be calculated based on Gross Margin / Units for Year_Total.
In the example above, it should have been (850 / 15) 56.67.