[Resolved]:Checking main report value from subreport.
I've taken a report which also has a subreport in it. There's a comparison in the subreport to check the serial to the main report. I'm wondering how the serial from the subreport can be checked against a value in the main report.
The value in the main report is: ToteDtl.Attribute1
In the subreport it's: XBS_PackListDetail.LotSerNum
Within the subreport I need to simply compare the two in a 'Suppress' section.
Re: Checking main report value from subreport.
It might depend on your version but in 8.5 you could
Pass the value from the Main Report to the subreport using the Change SubReport Links screen
Or
Use a Variable with Shared scope.
Re: [Resolved]:Checking main report value from subreport.