I'm using a crosstab whose columns go by months and I have two formulas in the Summarized Field.
One is called //CrosstabGrossCollections
WhileReadingRecords;.001
and the other is called
//PercentOfGrossCollections
ABS(Sum ({aa_dch_PercentOfGrossCollections;1.PaidAmt}) % Sum ({aa_dch_PercentOfGrossCollections;1.ChgAmt}))
It is only correct in the Total column, not in the month column.
I pulled one month of data. The total PaidAmt is 1,904,305.91 and when you divide that by the total chgAmt of 2,819,175.61 you get .675
The total column displays 68% but the other column (the one month I pulled) shows 101.
Any ideas what the issue could be?
Thank you -
One is called //CrosstabGrossCollections
WhileReadingRecords;.001
and the other is called
//PercentOfGrossCollections
ABS(Sum ({aa_dch_PercentOfGrossCollections;1.PaidAmt}) % Sum ({aa_dch_PercentOfGrossCollections;1.ChgAmt}))
It is only correct in the Total column, not in the month column.
I pulled one month of data. The total PaidAmt is 1,904,305.91 and when you divide that by the total chgAmt of 2,819,175.61 you get .675
The total column displays 68% but the other column (the one month I pulled) shows 101.
Any ideas what the issue could be?
Thank you -