SBendBuckeye
Programmer
I have a report that has a subreport on the detail line. The subreport does a lot of ugly cost calculations and then prints the cost data on the main report. There are certain situations which cause the cost data to be zero.
My users would like to suppress detail lines with zero cost. How can I do this? I have tried setting up a shared boolean variable called ZeroCost. I set it to False and then have the Subreport set it to True, but how do I force it to be evaluated after the Subreport has run.
Any help or suggestions would be greatly appreciated!
My users would like to suppress detail lines with zero cost. How can I do this? I have tried setting up a shared boolean variable called ZeroCost. I set it to False and then have the Subreport set it to True, but how do I force it to be evaluated after the Subreport has run.
Any help or suggestions would be greatly appreciated!