Friday, January 4, 2013

CRM Reports Error Subreport could not be shown

Follow the steps mentioned below (take a look at the last point).

  1. First run sub-report individually without calling from main report. If it show output means there is no error in sub-report.
  2. If 1st step execute successfully, then for time being disable or delete sub-report and run main report, Check weather if it shows output successfully.
  • If you fail in 1st step means there is some problem in sub-report.
  • If you fail in 2nd step means sub-report is working fine, problem with main report.
  • If 1st and 2nd step run successfully then make sure you have pass parameter properly between reports.
  • If Pre filtering is enabled in your reports delete the Default filter of modified on last 30 days filter in both main report and sub report.

2 comments:

  1. The post really helped me out.
    I ave enabled pre-filtering on an entity. I have removed default filter. But for records other than ( modified on last 30 days), it shows sub-report could not be shown.

    If i disable pre-filtering, then its running successfully for all records.

    Please guide.

    ReplyDelete
    Replies
    1. Hi Tanu.

      Are you passing the Prefiltering condtions from main report to sub report?

      Delete