fill parameters for summary from main query

I've got a main query that captures much data, including a case number and a person name. After printing one page with all the data for each person-case number pair, I want to print a summary list of eacy case number and the related person's name. Can I capture the number and the name in a subdataset that the summary will use to produce the list? I can execute the query a second time but I'm trying to make the report faster by executing the query only once.

john.crutcher's picture
Joined: Jun 4 2013 - 10:28am
Last seen: 9 years 8 months ago

1 Answer:

Simply place a list element in the summary section of your report. Use the main report dataset as input for this list, the query won´t be executed twice.

Cheers, Thomas

http://www.thomaszimmer.net

Thomas Zimmer's picture
Joined: Oct 2 2012 - 1:35am
Last seen: 1 month 3 weeks ago
Feedback
randomness