Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2111

CSV Export fails for combined reports with duration result map or number

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 2.4.0
    • None
    • backend
    • None

      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

              Unassigned Unassigned
              sebastian.bathke Sebastian Bathke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: