Order of Process Query
Hi,
for selecting data for my report I use two queries (stored procedure). Is it possible to select the
order the queries are called?
One query selects data for a invoice and the second the customer data to that invoice. Now I want
to print all invoices of a day and group by invoice number. If I get an invoice I know the customer
number and wtih this customer number I want to start the second query for the customer data for the
page header. The page Header is inherited from a base report.
How to do this?
Brigitte
for selecting data for my report I use two queries (stored procedure). Is it possible to select the
order the queries are called?
One query selects data for a invoice and the second the customer data to that invoice. Now I want
to print all invoices of a day and group by invoice number. If I get an invoice I know the customer
number and wtih this customer number I want to start the second query for the customer data for the
page header. The page Header is inherited from a base report.
How to do this?
Brigitte