Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: V4.0_CSD03
    • Fix Version/s: V4.0_CSD04
    • Component/s: Data Aggregation
    • Labels:
      None
    • Environment:

      Applied

    • Proposal:
      Hide

      Replace with this response:

      {
        "@odata.context": "$metadata#Sales(Customer(Country),Product(Name),Total)",
        "value": [
          { "@odata.id": null, "Customer": { "Country": "Netherlands" },
            "Product": { "Name": "Paper" }, "Total": 3 },
          { "@odata.id": null, "Customer": { "Country": "Netherlands" },
            "Total":  2 },
          { "@odata.id": null, "Customer": { "Country": "USA" },
            "Product": { "Name": "Coffee" }, "Total": 12 },
          { "@odata.id": null, "Customer": { "Country": "USA" },
            "Total": 5 }
        ]
      }
      
      
      Show
      Replace with this response: {   "@odata.context": "$metadata#Sales(Customer(Country),Product(Name),Total)", "value": [     { "@odata.id": null, "Customer": { "Country": "Netherlands" }, "Product": { "Name": "Paper" }, "Total": 3 },     { "@odata.id": null, "Customer": { "Country": "Netherlands" },       "Total":  2 },     { "@odata.id": null, "Customer": { "Country": "USA" }, "Product": { "Name": "Coffee" }, "Total": 12 },     { "@odata.id": null, "Customer": { "Country": "USA" }, "Total": 5 }   ] }

      Description

      The result of example 68 does not match the description of the model function applied in the request. The function is supposed to return an extra entity with a single property holding the aggregated value of all entities not considered.

      In the shown response, these entities contain also a property Product/Name = "**Other**", which is unexpected.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              gerald.krause1 Gerald Krause
            • Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: