-1

I'm new in SAP HANA and I'm trying to sort a table in .xsodata file. Is that possible?

Best regards.

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170
jmfm
  • 41
  • 5

1 Answers1

3

There's no option to specify the sorting order in the odata service definition. Usually, the ODATA client specifies the expected order via the $orderby URL parameter.

Lars Br.
  • 9,949
  • 2
  • 15
  • 29