Here are settings I tried, but the subtotal is still there.
pivotField.setSubtotals(PivotFieldSubtotalType.SUM,false);
pivotField.setAutoSubtotals(false);
pivotField.setSubtotals(0, false);
pivotField.setSubtotals(1, false);
pivotField.setSubtotals(2, false);
Coordx | Coordy | Pocketid | Reelid |
2 | 8 | (blank) | (blank) |
(blank) Total | |||
8 Total |
I want to remove the subtotal in Bold, anyone can help? Thanks.
This message was posted using Page2Forum from Smart Features - Aspose.Cells for Java