Hi There,
I am using CR 11, SQL database.
I have a table that stores payment (payment) information and another that stores call information (calllog). I have a report that displays when a payment has actually been processed, using info. from the payment table. When I try to add the check date that is listed in the calllog table to the report, I am getting inflated data. The report is returning the same check date multiple times when more than one payment has been process during the calllog check date.
This is an example of how I want the data returned:
Name payment_date wages UI payment_amt status Date Processed Check Date
IL 06/12/2009 2,384.62 0.00 2,384.62 Paid 6/15/2009 5:57:35 PM 6/22/2009
IL 06/19/2009 2,980.77 0.00 2,980.77 Eligible 6/15/2009 4:02:58 PM 6/22/2009
IL 06/26/2009 2,980.77 0.00 2,980.77 Eligible 6/22/2009 5:47:36 AM 6/29/2009
I want to be able to add the call log record for the check date that corresponds to the checks being processed and show under the check date column. This report is grouped by name.
Any help would be great! Thanks.
I am using CR 11, SQL database.
I have a table that stores payment (payment) information and another that stores call information (calllog). I have a report that displays when a payment has actually been processed, using info. from the payment table. When I try to add the check date that is listed in the calllog table to the report, I am getting inflated data. The report is returning the same check date multiple times when more than one payment has been process during the calllog check date.
This is an example of how I want the data returned:
Name payment_date wages UI payment_amt status Date Processed Check Date
IL 06/12/2009 2,384.62 0.00 2,384.62 Paid 6/15/2009 5:57:35 PM 6/22/2009
IL 06/19/2009 2,980.77 0.00 2,980.77 Eligible 6/15/2009 4:02:58 PM 6/22/2009
IL 06/26/2009 2,980.77 0.00 2,980.77 Eligible 6/22/2009 5:47:36 AM 6/29/2009
I want to be able to add the call log record for the check date that corresponds to the checks being processed and show under the check date column. This report is grouped by name.
Any help would be great! Thanks.