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

      Applied

    • 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 }   ] }

      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.

            Assignee:
            Unassigned
            Reporter:
            gerald.krause1
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: