All,
I am working with EPM MS for BPC and All of my local formula works.
But some times when there is no value in the forecast or budget, the rows come back with #DIV/0! error.
The problem is #DIV/0! in the report.
What I have Done
The formula I am using is
=EPMTUPLE([TIME].[H1].[2014.Q1];[CATEGORY].[H1].[BUDGET])/EPMTUPLE([TIME].[H1].[2014.Q1];[CATEGORY].[H1].[ACTUAL])/100
It Should be
I tried using IF and ISERROR formula like below and it dose not work.
=IF(ISERROR(EPMTUPLE([TIME].[H1].[2014.Q1];[CATEGORY].[H1].[BUDGET])/EPMTUPLE([TIME].[H1].[2014.Q1];[CATEGORY].[H1].[ACTUAL])/100),"",EPMTUPLE([TIME].[H1].[2014.Q1];[CATEGORY].[H1].[BUDGET])/EPMTUPLE([TIME].[H1].[2014.Q1];[CATEGORY].[H1].[ACTUAL])/100)
Anyone came across this problem and how did you solved it? I do not want to use local excel formulas as it is not an option to what I am trying to do.
Thanks your for your help.
Su