Sorts the field values according to their logical state (selected, optional, alternative or excluded).
One of:
• -1 for sorting descending
• 0 for no sorting
• 1 for sorting ascending
qSortByFrequency
Sorts the field values by frequency (number of occurrences in the field).
One of:
• -1 for sorting ascending
• 0 for no sorting
• 1 for sorting descending
qSortByNumeric
Sorts the field values by numeric value.
One of:
• -1 for sorting descending
• 0 for no sorting
• 1 for sorting ascending
qSortByAscii
Sorts the field by alphabetical order.
One of:
• -1 for sorting descending
• 0 for no sorting
• 1 for sorting ascending
qSortByLoadOrder
Sorts the field values by the initial load order.
One of:
• -1 for sorting descending
• 0 for no sorting
• 1 for sorting ascending
qSortByExpression
Sorts the field by expression.
One of:
• -1 for sorting descending
• 0 for no sorting
• 1 for sorting ascending
qExpression
Sort by expression.
"qv": "<expression>"
Where
<expression> is a string.
Name
Description
Type
qDisplayNumberOfRows
This parameter applies to list objects.
If the number of selected values in the list object is greater than the value set in qDisplayNumberOfRows, the selected lines are promoted at the top of the list object.
If qDisplayNumberOfRows is set to a negative value or to 0, the sort by state is disabled.
Integer
Name
Description
Type
qLeft
Position from the left.
Corresponds to the first column.
Integer
qTop
Position from the top.
Corresponds to the first row.
Integer
qWidth
Number of columns in the page. The indexing of the columns may vary depending on whether the cells are expanded or not (parameter qAlwaysFullyExpanded in HyperCubeDef).
Integer
qHeight
Number of rows or elements in the page. The indexing of the rows may vary depending on whether the cells are expanded or not (parameter qAlwaysFullyExpanded in HyperCubeDef).
In this example, a list object is defined. Its dimension is Country. The sorting by load order is enabled and alternative values are allowed. The initial data fetch will bring the first five values of the dimension Country starting from the top left .