Hi All,
I have a module without time dimension,I am facing circular reference error here:
Line items used are:
Total = Sum (Lineitem1 + Lineitem2 +Lineitem3)
I need previous cell value of Lineitem Total for LineItem1
ie, Lineitem1 = previous(Total)
As I am not using time dimension, I cant use PREVIOUS function here.
Regards,
Madhu