I have place a subport in my master report. I have my query like, for a application i have some 3 jobID. Based on this jobID i need to fetch the related data. i placed the jobID in the detail band and passed the same to the subreport as parameter.
Since the subreport is reporting only once in the master report,even though i have 3 jobID, it is display the first jobID data in the master report.
I need to get data for all the jobID of a application.