I"m working on a main report that has 2 detail bands. In each detail band I have a subreport. Each subreport is passed the same servoy foundset relation as its datasource. However, both subreports don’t seem to work together when on the same main report.
When one subreport is present on the main report: it works
When both supreports are present, only the first sub shows data.
When I change the order of the subreports, so the second report moves to detail band 1 and vise versa, I can then see the second sub, but the first sub becomes blank.
Can I not pass a related foundset to more than one subreport in a main form? Why does whichever subreport is second in order not show data?
Thanks for your help–I am a bit new to jasper and servoy.