CrystalReports9
Programmer
Could someone please tell me how I can sum the distinct repeating value of the records that are displayed on the report at the same time not suming values that are supressed.
GH1 <detail>
-----------
Value
100
GH2 <detail>
------------
Value
100
100
200
GH3 <detail>
------------
Value
100
100
After suppressing the repeating values (without condition)
GH1 <detail>
-----------
Value
100
GH2 <detail>
------------
Value
100
<<-- Value 100 is suppress
200
GH3 <detail>
------------
Value
100
<<-- Value 100 is suppress
---------
Total 400 <<---- How to get this total ????
----------
How to get the Total 'value' 400 (GH1 value + GH2 Value + GH3 Value) ???
GH1 <detail>
-----------
Value
100
GH2 <detail>
------------
Value
100
100
200
GH3 <detail>
------------
Value
100
100
After suppressing the repeating values (without condition)
GH1 <detail>
-----------
Value
100
GH2 <detail>
------------
Value
100
<<-- Value 100 is suppress
200
GH3 <detail>
------------
Value
100
<<-- Value 100 is suppress
---------
Total 400 <<---- How to get this total ????
----------
How to get the Total 'value' 400 (GH1 value + GH2 Value + GH3 Value) ???