I would like to make pivot chart with Dimension YearMonth and 11 expression, I got problem to calculate my last expression, is there anyway to calculate my last expression, how to represent the formula into set analysis?
Var Compound=Sum Var J(YearMonth) * sum Var F(YearMonth)-1 * Sum Var E(YearMonth)-2 * Sum Var D(YearMonth)-3 * Sum Var C(YearMonth)-4 * Sum Var B(YearMonth)-5 * Sum Var A(YearMonth)-6
I have tried to write set expression like below, but it does't work like expected. Has anyone have suggestion?