Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have an pivot table with data shown in image
but what i actually want is i want add another expression that sums before column ie
Q1 Q2 Q3 Q4
val1 val2 val1 val2 val1 val2 val1 val2
6 6 7 13 8 21 5 26
Thanks in advance
is anyone to reply !!!
PFA
I hope it will help you
val1=Sum(AmtField)
val2=RangeSum(Before(Sum(AmtField),0,2))
Hi ,
In both peoples answer ..im not getting it..
here is my sample file
Sorry !
Exp2 shoud be =Alt(Before(Exp2), 0) + Exp1
Hi ,
is this achievable from script or using variable because i dont want it in front end