Hi guys ,
I want to disable the sub totals and grand totals for dynamic re****ts that
appear in bizdesk.I have added the following piece of code in
FormatControls10 script file under
FormatPivotSubtotalsFromStyles(ptable).It doesnt work.I have also tried
putting it under beforequery method.Please help .This is urgent
Regsrds,
Sreekanth
For Each fset In Ptable.ActiveView.FieldSets
For Each fld In fs.Fields
fld.Subtotals(0) = False
Next fld
Next fset