Posted 26 June 2024, 9:31 am EST
Hello,
Problem:
New to ActiveReports (using 17 Designer). Wanted to know if one dataset (DS-A) can be filtered or parameterized based on another dataset (DS-B). And can’t (yet) use sub-reports as our hosted application provider doesn’t support them (yet, they are looking into it).
Scenario: Previous user of Crystal Reports had created a receipt report for building permits. It had a small sub-report for the payer information, a small sub report for the owner information and a detail section.
As noted above, sub-reports are (currently) an issue.
I was thinking I could use a a value returned in DS-A (receipt_id) and pass it to DS-B as a parameter into the actual SQL statement.
I also thought about filtering the same way (filtering DS-B based on the ca_receipt_id from DS-A).
The basic receipt query is based on a unique permit id and the payment date, those two things typically result in receipt id. However, multiple receipt ids are possible and will be handled via grouping.
Any thoughts? I’m guessing there is no way to control which query runs first…I want to avoid one giant query to rule them all.