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
- Open the above file.
- Edit the following (line 13): .
- Change the "select" value to 5000.
- New code should look as follows: .
- Save the file.
- Do an IISReset.
Please sign in to leave a comment.