OR Variable-Filter returns wrong result

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 1.0.0
    • Affects Version/s: None
    • Component/s: backend
    • None

      It helps to import the data of a distribution, so that the invoice process has three instances with different amount values

      Reproduce:

      • Perform a frequency heatmap request with a variable filter that contains two values:
      {
         "processDefinitionId": "...",
         "filter":{
            "dates": [],
            "variables":[{
                  "name": "amount",
                  "type": "Double",
                  "operator": "=",
                  "values": ["10.99","30.0"]
             }]
         }
      }
      

      Expected:

      • Two instances are returned

      Observed:

      • Only one instance is returned (the one that matches the first value in the filter array)

        This is the controller panel for Smart Panels app

              Assignee:
              Michael Schoettes
              Reporter:
              Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: