Hi,
I have the field Amount that includes both Parent and Child records but when i sum them up it should not sum up the child records data.
Dept Name Amount
======== ========
Dept1 1000.00
Dept1-ABC 200.00
Dept1-XYZ 500.00
Dept1-MNO 300.00
Dept2 2000.00
Dept1-ABC 1200.00
Dept1-XYZ 400.00
Dept1-MNO 400.00
Sum ===========
3000.00
==========
Sum should be 3000.00 but not 6000.00
Note: Dept1 Amount is summation of Child values but since the report requirement shows both Parent and child records need to display so i have no idea how to exclude them
Thanks for your help!!
Regards.
I have the field Amount that includes both Parent and Child records but when i sum them up it should not sum up the child records data.
Dept Name Amount
======== ========
Dept1 1000.00
Dept1-ABC 200.00
Dept1-XYZ 500.00
Dept1-MNO 300.00
Dept2 2000.00
Dept1-ABC 1200.00
Dept1-XYZ 400.00
Dept1-MNO 400.00
Sum ===========
3000.00
==========
Sum should be 3000.00 but not 6000.00
Note: Dept1 Amount is summation of Child values but since the report requirement shows both Parent and child records need to display so i have no idea how to exclude them
Thanks for your help!!
Regards.