Need help with rules
Hi,
Another question and I am getting an error when creating the workbook. "IllegalParse: A cycle group cannot contain a measure that needs aggregation on the RHS of one expression and also exists on the LHS of another expression in the group. Measure requiring aggregation is Adj Out"
Rules are:
BOP = lag (EOP)
EOP (temp) = BOP - Sales
Adj out = if(channel 1, EOP temp, 0)
Adj out temp (all channel intersection) = Adj Out
Adj In = if(channel 2, Adj out temp, 0) -- Error is with this rule. i think issue is because of lag function.
EOP = BOP - Sales - Adj out + Adj In