Exported form report is not showing blank tables

  • Updated

When exporting a table with totals report .xml file, the report omits fields that the submitter did not select. This creates inconsistent report results.

Workarea\controls\forms\FormReportTotals.xslt has an xsl:variable called largeListSize, which defaults to 5. It controls the threshold above which empty fields are omitted from the report.

A modification to the following file is needed: Workarea\controls\forms\FormReportTotals.xslt 

  1. Open the above file.
  2. Edit the following (line 13): .
  3. Change the "select" value to 5000.
  4. New code should look as follows:  .
  5. Save the file.
  6. Do an IISReset.