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

Variable filter with multiple values for != should behave like AND

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 1.0.0
    • None
    • backend
    • None

      AT:

      • Variable Filter queries with multiple values and the != operator should have an AND - semantic

      Hint:
      The following two queries should return the same result:

      [{
        name: "a",
        type: "String",
        operator: "!=",
        values: [1, 2]
      }]
      
      is equal to
      
      [{
        name: "a",
        type: "String",
        operator: "!=",
        values: [1]
      }, {
        name: "a",
        type: "String",
        operator: "!=",
        values: [2]
      }]
      

        This is the controller panel for Smart Panels app

              michael.schoettes Michael Schoettes
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: