Hi Group,
I have a main report and a subreport. The main parameter is called IN_ID which is present in all subreports. Along with IN_ID, Subreport has one more parameter called ME_ID. For each IN_ID if ME_ID has multiple rows then it should render multiple subreports. For ex: If ME_ID= 1900,ME_ID=1901 for a given IN_ID=30000 then it should render 2 subreports. But right now i was able to render only 1 subreport(ME_ID=1900). Even I tried putting all the content of subreport in a still but still it doesnt loop . Please help
Thanks
Indu