Sub-Reports
I am currently evaluating FR3.0 and using Delphi as my development tool. The question I have is realted to sub-reports.
If I have a report that looks something like this...
[MASTERDATA]
[GROUPHEADER1]
[DETAILDATA1]
[GROUPFOOTER1]
What I want to do is put a sub-report in [GROUPFOOTER1] to summarize all the data from that group in a different layout. Is there a way to tell my subreport only display data that falls into that group?
For example, lets say my GROUP is based on a Customer ID and the header displays the customer name & address, while the detail lists Customer Invoices and the footer shows info such as total invoices and total amount. What I'd like to show in the sub-report for this Customer, is perhaps a list of overdue invoices based on date or something. How can that sub-report only display/calculate data based on the current Customer?
Thanks in advance... if all goes well, I'll be free from CRYSTAL REPORTS forever!
If I have a report that looks something like this...
[MASTERDATA]
[GROUPHEADER1]
[DETAILDATA1]
[GROUPFOOTER1]
What I want to do is put a sub-report in [GROUPFOOTER1] to summarize all the data from that group in a different layout. Is there a way to tell my subreport only display data that falls into that group?
For example, lets say my GROUP is based on a Customer ID and the header displays the customer name & address, while the detail lists Customer Invoices and the footer shows info such as total invoices and total amount. What I'd like to show in the sub-report for this Customer, is perhaps a list of overdue invoices based on date or something. How can that sub-report only display/calculate data based on the current Customer?
Thanks in advance... if all goes well, I'll be free from CRYSTAL REPORTS forever!