Hi, everyone.
My problem is a bit too complex to explain in writing, let alone in the title of my post, but I'll give it a shot.
I have a report that has a basic set of columns and rows, but complex calculations are run between cells of each row, and between cells of different rows. Based on these calculations some rows are hidden and some are not.
Now, I need to temporarily store paired data ("date" and "amount") from some of the rows until the query that feeds the report is done, then run some calculations on the stored data, then show that data in a control that appears on the report after all of the rows are displayed AND the control can't impact the placement of the rows (meaning the control has to "overlap" any existing rows and not push them out of the way).
Thoughts? ;) I had thought of a sub-report, but I still need to grab and process the data from the main report on a row-by-row basis.
My problem is a bit too complex to explain in writing, let alone in the title of my post, but I'll give it a shot.
I have a report that has a basic set of columns and rows, but complex calculations are run between cells of each row, and between cells of different rows. Based on these calculations some rows are hidden and some are not.
Now, I need to temporarily store paired data ("date" and "amount") from some of the rows until the query that feeds the report is done, then run some calculations on the stored data, then show that data in a control that appears on the report after all of the rows are displayed AND the control can't impact the placement of the rows (meaning the control has to "overlap" any existing rows and not push them out of the way).
Thoughts? ;) I had thought of a sub-report, but I still need to grab and process the data from the main report on a row-by-row basis.
Comment