I need to change a current calculation in one languiage to an MDX calc and after several hours of searching - I am uncertain as to best method. The current formula is as follows:
IF(@ISMBR(Jan))
SHEQRF100C=@ACCUM("NetInco
me",Jan);
ELSEIF(@ISMBR(Feb))
SHEQRF100C=@ACCUM("NetInco
me",Jan,Fe
b); etc...
What I am unsure of is the MDX equivalent of doing an IF, ELSEIF repeated loop. Anyone that can help me? Much appreciated in advance. I will continue searching.
Start Free Trial