cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK Grouping with $select but not visible in App

Ladidudidadacat
Explorer
0 Kudos
531

Hello,

i have an analytic query and when i try something like "$select=Customer" in SAP Gateway Client it gives me a grouped result and everything is fine. But when i try it with my Service in the WEbIDE and have "$select=ClusterName" in my query options for a list there are no values visible 😞

Maybe someone can help me 🙂

Kind Reagrds

Fabian

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Fabian,

As a workaround, in your MDK .service metadata, please set the Service Option for fixMissingNullValues to true.

"OnlineOptions": {
    "ServiceOptions": {
      "fixMissingNullValues": true
    }
}

This should allow the query to return the result set expected. We are still looking into this further as well from our side.

--Bill