Skip to content

Sort Spec

In the case of table-formatted components, you can set sorting conditions to retrieve data. The data can be sorted in ascending(ASC) or descending(DESC) order based on fields in the Business Object of the retrieval items.

  • How To Create

In the Component Attribute, input Sort Spec as [BO Field] DESC or [Control Name] ASC. Multiple Business Objects Fields can be sorted by specifying them as [BO Field1], [BO Field2] DESC