Hi,
I wanted to get sum of all values in CASplit.CuryAmt field to display the Total Amount.
these are the two tables that I wanted to get the line detail values.
- CASplit
- CAAdj
And this is the new join I put to get the line detail values.
And this is the condition to get the Total Amount
=Sum ( mCASplit.CuryTranAmt] )
But when I run the report, it duplicates all the value details in CASplit.CuryTranAmt field and added to the Total Amount.
Does anyone know what causes this issue and how to fix it?
Thank you.