Essbase 11.1 calc script for multiple dimensions and members
Hello,
I am working on creating a calc script such as
budgeted = actual * 1.2
but what if I wanted to add more criteria such as, year? like the 2015 budgeted year is equal to the actual 2013 year * 1.2?
Actual and Budgeted are members of the scenario dimension and 2013 and 2015 are members of the year dimension.
Thanks,