Sort Parameter

The sort parameter is used on BlueToolbarReport() function and on the QueryList() function.

It is an optional parameter but if it is used, it can be one of:

  • ‘name’

  • ‘name desc’

  • ‘age’

  • ‘age desc’

  • ‘birthday’

  • ‘birthday desc’

The default value for sort when not specified is name.