Price Management | Sort order

Once you have defined a filter, you can sort the set of results.

You specify the sort order in square brackets.

It consists of the following components:

  • The column to which the sorting is to be applied. Enter the filter name here.

  • Sort order: ASC (ascending) or DESC (descending)

Example of sorting over several columns

PHP
[Sort: UnitPrice ASC]

Beispiel für eine Sortierung über mehrere Spalten

PHP
[Sort: UnitPrice ASC, Market DESC]

The sort orders are separated by commas.

In this example, the first sort order is ascending by UnitPrice and then descending within the same UnitPrices based on the market.