I need a list of all items with a sum of values, even when the items have a SumOfValue of 0.
Currently Have:
Item: SumOfValue:
A 5
B 6
Need to Have:
Item: SumOfValue:
A 5
B 6
C 0
The SumOfValue won't list item C which has a sum of 0. How can I get C to be listed.
thank you.
Currently Have:
Item: SumOfValue:
A 5
B 6
Need to Have:
Item: SumOfValue:
A 5
B 6
C 0
The SumOfValue won't list item C which has a sum of 0. How can I get C to be listed.
thank you.