OK, from your description - I'm making some data assumptions here.....
NOTE : You will need to paste your own {Table.Field} names into the formulas.
Insert these formulas in your detail -
Name: {@ApplicationDatePlus45}
Formula: {LoanApplications_txt.APPLICATION_DATE} + 45
Name: {@FundedWithin45Count}
Formula: IF ({LoanApplications_txt.FUNDED_DATE} > DateTime (1900,01 ,01 ,00 ,00 ,00 )
AND {LoanApplications_txt.FUNDED_DATE} <= {@ApplicationDatePlus45}) THEN 1 ELSE 0
Group on OFFICER, then insert and Count of the Applications and a sum of {@FundedWithin45Count}, and the following formula in the GroupFooter...
Name: {@FundedWithin45Percentage}
Formula: (Sum ({@FundedWithin45Count}, {LoanApplications_txt.OFFICER})/Count ({LoanApplications_txt.APPLICATION}, {LoanApplications_txt.OFFICER}))*100
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
APPLICATION OFFICER APPLICATION_DATE FUNDED_DATE ApplicationDatePlus45 FundedWithin45Count
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
123465 Bill Jones 10/01/2003 10/24/2003 11/15/2003 1
123473 Bill Jones 10/01/2003 11/15/2003
123457 Bill Jones 10/01/2003 11/15/2003
123471 Bill Jones 10/01/2003 11/15/2003
123469 Bill Jones 10/01/2003 11/15/2003
123459 Bill Jones 10/01/2003 10/24/2003 11/15/2003 1
123467 Bill Jones 10/01/2003 11/15/2003
123461 Bill Jones 10/01/2003 10/24/2003 11/15/2003 1
123463 Bill Jones 10/01/2003 11/15/2003
Application Count 9
Funded Within 45 Count 3
Funded Within 45 Percent 33.33%
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
123458 John Smith 10/01/2003 11/15/2003
123460 John Smith 10/01/2003 11/15/2003
123462 John Smith 10/01/2003 10/24/2003 11/15/2003 1
123456 John Smith 10/01/2003 11/15/2003
123466 John Smith 10/01/2003 10/24/2003 11/15/2003 1
123474 John Smith 10/11/2003 11/25/2003
123468 John Smith 10/01/2003 10/24/2003 11/15/2003 1
123470 John Smith 10/01/2003 11/15/2003
123472 John Smith 10/01/2003 01/13/2004 11/15/2003 0
123464 John Smith 10/01/2003 10/24/2003 11/15/2003 1
Application Count 10
Funded Within 45 Count 4
Funded Within 45 Percent 40.00%
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -