Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
Can you please suggest how to make sum in pivot table as for highlighted data as shown in attachment.
Thanks,
go to Object Properties > Expressions and tick Full Accumulation
Hi Bertrand,
Thanks for reply.
Tick full accumulation option is disabled in Pivot table.
thanks
Hi,
Try Above()
=RangeSum(Sum(Sales), Above(TOTAL Sum(Sales), 1))
If the above expression not working then attach some sample file.
Regards,
Jagan.
Hi JaganMohan,
PFA.
For July 1 data is 161
For july 2 200
July 3 cell=
Thanks
Hi Manish,
Thanks for reply.
Here is solution.
Below is formula
=RangeSum(Alt(Before([Count YTD]), 0), sum(Count))
Here Count YTD is expression name but I am not able to undershand how it works.
Thanks
Hi,
You can refer one Expression in another expression by giving in [], the second expression uses the first expression. Also you can Column(1) for first expression, Column(2) for second. etc.,
Regards,
Jagan.
Hi,
Please find attached file solution.
Regards,
Jagan.
Thanks Jagan,
I t is perfect.