Algernon83
Programmer
I'm working on a report that uses a subreport to generate a value, which is then displayed in the main report. This works as expected. However, the only purpose of the subreport is to generate this value; I don't actually want to show it. How can I arrange it that the subreport is not displayed, but its values are still calculated?
I even tried setting a formula to suppress the report header, which holds the subreport, which calls EvaluateAfter on the reference to the shared variable in the main report. However, the subreport still isn't run, and the value isn't calculated.
I even tried setting a formula to suppress the report header, which holds the subreport, which calls EvaluateAfter on the reference to the shared variable in the main report. However, the subreport still isn't run, and the value isn't calculated.