Search code examples
crystal-reportscrystal-reports-2010

Crystal Reports: How can a not on-demand subreport be displayed as a link in the main report


I am struggling to fix a subreport where data is obtained at the point when the main report is generated and the subreport to be displayed as a link, similar to an on demand subreport.

The issue that I have if I use a non on demand subreport is that it cannot be represented as a link, it is displayed inside the main report. As well as an on demand report is not suitable to my case because the data is retrieved when the subreport is opened.

I would appreciate any help.

Thanks in advance!


Solution

  • You have to take the another header for subreport and also drilldown the Header and on the Suppress formula write the formula Drilldowngrouplevel = 0 and for the Sub Report take the another detail section and on the supress formula write the formula Drilldowngrouplevel = 0.

    This will definitely work, because I tried it.