Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guru's
I am using pivot table ,but my pivot is unable to display total.I have two dimension and one expression and also have checked show partial sum check box in presentation still it's not .attaches is the screen shot
any help.
Thanks,
Sateesh
Try Adding Sum( before Aggr()
=Sum(Aggr(Sum({<bucket={'Open / O/N'}>}AMT), purpose, subclassification))
Can you share the expression you are using?
=Aggr(sum( {<bucket={'Open / O/N'}>}AMT),purpose,subclassification)
=Aggr(sum( {<bucket={'Open / O/N'}>}AMT),purpose,subclassification)
Try Adding Sum( before Aggr()
=Sum(Aggr(Sum({<bucket={'Open / O/N'}>}AMT), purpose, subclassification))
Thanks Sunny