Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
dwh1104
Creator II
Creator II

Subtotals that equal zero do not show

I have a pivot table that when the values for "Activities" sum up to 0, the subtotals do not appear. However, when adding dimensionality() as an expression, then the subtotals appear correctly. Please see the example below...

ActivityActivity DescriptionSourceGL Entry NameGL Amount
A06E-019RESUSCITAIRE WARMERAD997810 DRAEGER MEDICAL($482.18)
A06E-019RESUSCITAIRE WARMERCPWORK IN PROCESS$482.18
A06P-500CONSTAIR HANDLER UPGRADES CONSTRUCTAD70000 OSCAR J BOLDT CONSTRUCTION$1,446.53
A06P-500CONSTTotal$1,446.53
A08E-109WAITING ROOM FURNITUREAD146000 EMMONS BUSINESS INTERIORS$46,165.43
A08E-109WAITING ROOM FURNITURECPWORK IN PROCESS($46,165.43)
A08E-707ORTHOPEDIC DRILLSAD419500 SYNTHES LTD$37,903.68
A08E-707ORTHOPEDIC DRILLSCPWORK IN PROCESS($37,903.68)
Total$1,446.53
$1,446.53
With Dimensionality() expression
ActivityActivity DescriptionSourceGL Entry NameGL AmountDimensionality()
A06E-019RESUSCITAIRE WARMERAD997810 DRAEGER MEDICAL($482.18)10
A06E-019RESUSCITAIRE WARMERCPWORK IN PROCESS$482.1810
A06E-019Total$0.002
A06P-500CONSTAIR HANDLER UPGRADES CONSTRUCTAD70000 OSCAR J BOLDT CONSTRUCTION$1,446.5310
A06P-500CONSTTotal$1,446.532
A08E-109WAITING ROOM FURNITUREAD146000 EMMONS BUSINESS INTERIORS$46,165.4310
A08E-109WAITING ROOM FURNITURECPWORK IN PROCESS($46,165.43)10
A08E-109Total$0.002
A08E-707ORTHOPEDIC DRILLSAD419500 SYNTHES LTD$37,903.6810
A08E-707ORTHOPEDIC DRILLSCPWORK IN PROCESS($37,903.68)10
A08E-707Total$0.002
Total$1,446.531
$1,446.530
I really do not want the dimensionality column to show in the table. I have tried to include the dimensionality function into the GL Amount expression with no luck. Any help is greatly appreciated.

GL Amount = sum([GL Line Amount])



Thanks,

Dan

1 Solution

Accepted Solutions
dwh1104
Creator II
Creator II
Author

I actually figured out a work-around for this. I included the Dimensionality expression, then set the background and text to White(). May not be ideal, but it works for my application.

Thanks,

Dan

View solution in original post

1 Reply
dwh1104
Creator II
Creator II
Author

I actually figured out a work-around for this. I included the Dimensionality expression, then set the background and text to White(). May not be ideal, but it works for my application.

Thanks,

Dan