Hi,
I'm trying to create a report which uses an external report as a subreport, in a way that whenever I make changes in the external subreport's file, the changes will be automatically applied to the original report.
For example, I have a "report.rpt" file, which has a subreport "subreport.rpt", which is stores in a different file. And if I make a change in "subreport.rpt", those changes will be percieved when using "report.rpt" without having to import "subreport.rpt" each time.
I hope I explained myself properly, and thanks in advance for the help!