HFM Rules - Dynamic account and rounding
207285Sep 17 2008 — edited Sep 17 2008Is there a way to round what is stored in a Dynamic account in the rules file? For example:
HS.Dynamic "A#AvgRevPerDth.W#YTD = A#RegGasTransportRev.W#YTD / A#S_Dth_YTD"
HS.Dynamic "A#AvgRevPerDth.W#Periodic = A#RegGasTransportRev.W#Periodic / A#S_Dth_MTD"
I need the AvgRegPerDth to be stored as a value rounded to 2 decimal positions. It doesn't look like I can use HS.Round in the Dynamic rule.
My problem is that on a report, my Actual amount is .4357, displayed as .44. My Budget amount is .4224, displayed as .42. When the variance is calculated based on the stored values, it calcs a value of .01 and appears wrong because of the displayed values. If I could round the values stored in the dynamic account, it would show properly.
Any help would be greatly appreciated.