Hi,
I have a Property module of Costs with following line items:
* Amount (Number format)
* Occurency (List-formatted with options One-off, Monthly, Quarterly, Yearly)
* Cost Start (Month Period format)
* Number of Months (Number format)
I want to feed this information into a Calculation model that has Time as a dimension. It should then take the Amount value and depending on other 3 line items populate the amount value accordingly. Example if:
Amount: $100
Occurency: Monthly
Cost Start: January
Number of Months: 12
Then the Calculation module should have 100 on every cell for that year.