Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a field D which has values 1 to 20
Now i created a Text object in that if i select an value 7.The previous value of 7 i.e., 6 want to appear on the text object please clarify my doubt.
Thanks in advance.
wow great !!
Thank you for your answer...!!
Sorry Another Question what we want to do If I want the same answer in pivot table..coz Accumulation is not available in pivot chart..
You could try with something of similar
=rangesum(Sum(D),above(Sum(D),1,rowno()))
Thanks a Lot..:)