Using CR9...
I created a report that shows different states within a Pool of Note ID's. I am having a problem calculating the percentage since there can be more than one state per Note ID.
Here is what I need the report to show:
State #ofLoans $Balance %Balance
IL 4 2,615,133 27.08%
MO 8 5,335,334 55.25%
OH 4 1,706,925 17.67%
Total 16 9,657,391 100.00%
The report is grouped on Note ID and State. I created running totals to get the balances per state (located in State Group Footer) and the total balance for the pool (located in the report footer).
The problem I am having is using the #totalBalance in the State group while calculating the %. I was trying to use the following formula (#BalancePerState/#totalBalance)*100
but since there can be more than one State per loan my percentage looked like this:
%Balance
100.00%
67.11%
17.67%
100.00%
I tried to create a sum formula to get the total balance but I couldn't find anything that worked and I'm not sure what else to try. If anyone has a suggestion for a formula, I'd appreciate it.
Thanks.
I created a report that shows different states within a Pool of Note ID's. I am having a problem calculating the percentage since there can be more than one state per Note ID.
Here is what I need the report to show:
State #ofLoans $Balance %Balance
IL 4 2,615,133 27.08%
MO 8 5,335,334 55.25%
OH 4 1,706,925 17.67%
Total 16 9,657,391 100.00%
The report is grouped on Note ID and State. I created running totals to get the balances per state (located in State Group Footer) and the total balance for the pool (located in the report footer).
The problem I am having is using the #totalBalance in the State group while calculating the %. I was trying to use the following formula (#BalancePerState/#totalBalance)*100
but since there can be more than one State per loan my percentage looked like this:
%Balance
100.00%
67.11%
17.67%
100.00%
I tried to create a sum formula to get the total balance but I couldn't find anything that worked and I'm not sure what else to try. If anyone has a suggestion for a formula, I'd appreciate it.
Thanks.