hoagieryder
MIS
I have a report set up so with two columns, data from one Date and Data from a second date. This report has a number of groups as well. For each date there are 2 summaries, balance and weighted average rate. I am running into a problem with the summaries. If the balance is 0 (only in the 12/31/2008 date) then the previous rate from the previous group is being reported. It should however be 0. Here is an example:
3/31/2009 12/31/2008
Balance Rate Balance Rate
2345 5.45 3455 6.32
3344 5.62 0 6.32
Since weighted avg. rate is based on balance, and balance = 0, I want the weighted average rate to be 0.
What would cause something like this?
3/31/2009 12/31/2008
Balance Rate Balance Rate
2345 5.45 3455 6.32
3344 5.62 0 6.32
Since weighted avg. rate is based on balance, and balance = 0, I want the weighted average rate to be 0.
What would cause something like this?