Sort Parameter ============== The **sort** parameter is used on :func:`BlueToolbarReport` function and on the :func:`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.