D denthui New member Local time Tomorrow, 01:45 Joined Aug 17, 2009 Messages 6 Sep 15, 2009 #1 Some fields in my report are duplicate, so when I try to calculate the grand total, it sum all fields. Is there a way I can sum just distinct value.
Some fields in my report are duplicate, so when I try to calculate the grand total, it sum all fields. Is there a way I can sum just distinct value.
statsman Active member Local time Today, 12:15 Joined Aug 22, 2004 Messages 2,088 Sep 19, 2009 #2 We shall use an example where you have 6 fields. FieldA FieldB (duplicate of FieldA) FieldC FieldD (duplicate of FieldC) FieldE FieldF (duplicate of FieldE) In your GrandTotal text box enter =Sum([FieldA]+[FieldC]+[FieldE])
We shall use an example where you have 6 fields. FieldA FieldB (duplicate of FieldA) FieldC FieldD (duplicate of FieldC) FieldE FieldF (duplicate of FieldE) In your GrandTotal text box enter =Sum([FieldA]+[FieldC]+[FieldE])
D denthui New member Local time Tomorrow, 01:45 Joined Aug 17, 2009 Messages 6 Sep 21, 2009 #3 thanks for your reply