Hello, I need to model some formulas in EPM. These are particularly complex formulas that involve for example positional calculations and built-in functions like IRR.
The input data for these formulas will be directly entered into Application Studio (there is no externally acquired data).
The formulas are dynamic concerning the time dimension (the user can choose the time horizon in terms of the number of periods like years, quarters or months). I would prefer not to model these formulas as OLAP rules, even considering the complexity, as their maintenance would not be very straightforward.
What I would like to do is write the calculation logic using the spreadsheet interface of Application Studio, As a requirement, I would like to write the output (a vector of n values corresponding to the selected, and variables, number of periods) into a cube.
As a starting point, I used a CELLWRITE placed in an a hyperblock action.
To execute the command only once (it seems that the action hyperlink works only for current selected column) , I have added a maximum number of CELLWRITE with their respective OFFSET. For example, on a monthly time horizon, I have added 12 CELLWRITE).
Is there a more scalable and performant way to approach a problem like this in EPM, while maintaining the assumption of writing the calculations as Application Studio formulas?
Thanks in advance.
Alberto