Hello,
Work Done: I wrote a procedure PrcA to extract a data, say from TableA and put the data in say TableB.
I designed a Simple Query say Q1 to extract data from TableB.
I assigned this query Q1 to a report.
Question: When I open the report, the expected Order is
First : Execute the procedure so as to populate TableB from TableA after suitable validations.
Second : execute the query to retrieve the data from TableB
Third : Display the report.
The report should be completely in line with the latest updates in the base table TableA.
Any help appreciated to run this order of execution.