Given:
- I have a combined report containing duration reports (result type map or number)
When:
- I hit the export button
Then:
- I get to a new tab containing a json error response
{ errorMessage: "Unsupported report type [ProcessDurationReportMapResultDto] in combined report", reportDefinition: null }}
or for duration number reports
{ errorMessage: "Unsupported report type [ProcessDurationReportNumberResultDto] in combined report", reportDefinition: null }
Expected:
- I get the CSV
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...