Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-6135 KPI Overview Prototype
  3. OPT-6202

Add below/above option to report configuration for non chart number reports

    XMLWordPrintable

Details

    • Not defined

    Description

      Currently, we only allow configuring below & above value in the chart reports. With the current changes we want to change this functionality so that we allow configuring below & above values in the progress reports as well. The configuration dto should have therefore the following structure:

       "targetValue": {
          "countChart": {
            "isBelow"false,
            "value": "100”
          },
          "durationProgress": {
            "baseline": {
              "unit""hours",
              "value""0"
            },
            "target": {
              "unit""hours",
              "value": “2”,
              “isBelow”: false
            }
          },
          "active"false,
          "countProgress": {
            "baseline""0",
            "target": "100”,
            “isBelow”: false
          },
          "durationChart": {
            "unit""hours",
            "isBelow"false,
            "value""2"
          },
          "isKpi"true
      
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              andromachi.rozaki Andromachi Rozaki
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce