We are using Exportable datasubset plug-in in one of our tempo reports for “Expo

We are using Exportable datasubset plug-in in one of our tempo reports for “Export to Excel” feature. We are facing issues in exporting couple of columns from the report. The tempo report actually has a grid that show filtered results on screen along with a provision to export results to excel. While the grid seamlessly renders 24 columns, export functionality fails to do the same, although both use same query entity.
Failing columns are text strings with no visible difference from those that are successfully getting exported.

Excerpt from the log while all 24 columns couldn’t be exported.

2015-04-30 15:00:25,010 [ajp-/0.0.0.0:8009-27] ERROR com.appiancorp.ps.plugins.downloaddatasubsetfromrule.ExportDataSubsetToExcelServlet -
java.lang.NullPointerException
at com.appiancorp.tools.shared.ExcelHelperUtils.writeDsToExcel(ExcelHelperUtils.java:218)
at com.appiancorp.tools.shared.ExcelHelperUtils.convertDataToExcel(ExcelHelper...

OriginalPostID-147500

OriginalPostID-147500

  Discussion posts and replies are publicly visible

Parents
  • We added the line in appian.log4j.properties files. it just logs the below line in the log file,

    2015-05-08 19:59:03,333 [ajp-/0.0.0.0:8009-12] DEBUG com.appiancorp.ps.plugins.downloaddatasubsetfromrule.ExportDataSubsetToExcelServlet - Execute Time (ms): 268
    2015-05-08 19:59:11,595 [ajp-/0.0.0.0:8009-12] DEBUG com.appiancorp.ps.plugins.downloaddatasubsetfromrule.ExportDataSubsetToExcelServlet - Transform Time (ms): 8256
    2015-05-08 19:59:11,596 [ajp-/0.0.0.0:8009-12] DEBUG com.appiancorp.ps.plugins.downloaddatasubsetfromrule.ExportDataSubsetToExcelServlet - Total Time (ms): 8531
Reply
  • We added the line in appian.log4j.properties files. it just logs the below line in the log file,

    2015-05-08 19:59:03,333 [ajp-/0.0.0.0:8009-12] DEBUG com.appiancorp.ps.plugins.downloaddatasubsetfromrule.ExportDataSubsetToExcelServlet - Execute Time (ms): 268
    2015-05-08 19:59:11,595 [ajp-/0.0.0.0:8009-12] DEBUG com.appiancorp.ps.plugins.downloaddatasubsetfromrule.ExportDataSubsetToExcelServlet - Transform Time (ms): 8256
    2015-05-08 19:59:11,596 [ajp-/0.0.0.0:8009-12] DEBUG com.appiancorp.ps.plugins.downloaddatasubsetfromrule.ExportDataSubsetToExcelServlet - Total Time (ms): 8531
Children
No Data