Skip to content

Commit b5cb210

Browse files
docs: Expand sorting section in querying data docs (#10725)
* docs: expand sorting section in querying data page Generated-By: mintlify-agent * . * . --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Igor Lukanin <igor@cube.dev>
1 parent f277000 commit b5cb210

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

docs-mintlify/docs/explore-analyze/workbooks/querying-data.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,25 @@ By default, queries are limited to 5,000 rows of data, but the limit can be adju
2525

2626
## Sorting
2727

28-
You can sort results by clicking on dimensions or measures in the left pane or table header.
28+
You can sort query results using drop-down menus on column headers in the results table or the
29+
dedicated sorting control.
30+
31+
### Column headers
32+
33+
Hover over a column header in the results table and expand the context menu to sort ascending, sort descending, or clear sorting.
34+
If a column has sorting applied, a chevron icon on the header indicates the current sorting direction.
35+
36+
### Sorting control
37+
38+
The sorting control, available via the **Sort** button, lists all query members and their current state:
39+
unsorted, sorted ascending, or sorted descending. Use it to apply or
40+
change the sort order for any member. Drag and drop members within the sorting control to change their priority in the sort order.
41+
42+
<Frame>
43+
<img src="https://lgo0ecceic.ucarecd.net/3a0454cb-56e3-41c9-9adf-62f325648e76/" />
44+
</Frame>
45+
46+
When a [pivot](#pivoting) is applied, an additional section with pivot dimensions appears.
2947

3048

3149
## Advanced semantic queries

0 commit comments

Comments
 (0)