CrystalReports9
Programmer
After select the option "Suppress If Duplicated" if i did summation it summing all the data, including duplicate value.
But i Need to sum only the displaying unique records alone in the report after choose "suppress if duplicated" option.
Question
--------
How 2 eliminate the
duplicate values while summing AND
Groupwise sale total AND
Grand sale Total
Example
-------
// Column name is SALE - Grouping on DISTRICT
District : 10
Sale
----
1000
1000
2000
1000
After suppress the duplicate my report should be like the following:
District : 10
Sale
----
1000
2000
---- <--- How 2 get this total????
3000
----
District : 20
Sale
----
1000
---- <--- How 2 get this total????
1000
----
Grand Total: 4000 (1000 + 3000)
How 2 set this grand total also????
Pls help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Rgs
Anto
But i Need to sum only the displaying unique records alone in the report after choose "suppress if duplicated" option.
Question
--------
How 2 eliminate the
duplicate values while summing AND
Groupwise sale total AND
Grand sale Total
Example
-------
// Column name is SALE - Grouping on DISTRICT
District : 10
Sale
----
1000
1000
2000
1000
After suppress the duplicate my report should be like the following:
District : 10
Sale
----
1000
2000
---- <--- How 2 get this total????
3000
----
District : 20
Sale
----
1000
---- <--- How 2 get this total????
1000
----
Grand Total: 4000 (1000 + 3000)
How 2 set this grand total also????
Pls help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Rgs
Anto