How do I sum a calculation in RTF?
I am trying to sum a column that is a calculation.
My report has two rows for one state. I need the total for those two rows. The amount is a calculated amount
State Balance
This is the calculation entered to get the balance
<?xdofx:if 208284 - C.ENTRY_AMT*-1 <> 0 then 208284 - C.ENTRY_AMT*-1 end if?>
I want to sum these, so that only one row appears for each state.
I then need the sum of these for the entire report.
Can someone please help?