Skip to content

Commit 1d8327d

Browse files
authored
update discover filter by table columns section (#4678)
* updated filter by table columns section * style fix
1 parent 6f4694c commit 1d8327d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/docs/product/discover-queries/query-builder.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,22 @@ When the "Display" selection is either "Top Period" or "Top Daily", an optional
8585

8686
When your "Display" selection is either "Total Period", "Previous Period", "Total Daily" or "Bar Chart", you can set up to three y-axes by selecting multiple checkboxes in the "Y-Axis" dropdown.
8787

88-
## Filter by Table Columns
88+
## Group & Stack With Table Columns {#filter-by-table-columns}
8989

90-
Above the table, click "Columns" to open a modal. This will show you a list of all the columns in the results table. You can add, delete and move basic key field columns or custom tags columns. With the same view, you can also stack events with any of the following functions:
90+
Above the table, click "Columns" to open the modal that shows you a list of all the columns in the results table. You can add, delete, and move basic key field columns or custom tag columns by which results are grouped.
9191

9292
### Stacking Functions
9393

94+
You can also add any of the following functions as columns to stack events:
95+
9496
- `avg(...)`
9597
- `count(...)`
9698
- `count_unique(...)`
9799
- `max(...)`
98100
- `min(...)`
99101
- `sum(...)`
100102

101-
Each function will ask you to assign a parameter. Some are required while others are optional. Functions will stack events based on the same values. If no functions are applied, the events in your Query Results will remain individually listed. Once you are done editing the columns, click "Apply" and results will be reflected in the Query Results. Keep in mind, the table may horizontall scroll if too many columns are added.
103+
Each function will ask you to assign a parameter. Some are required while others are optional. Functions will stack events based on the same values. If no functions are applied, the events in your "Query Results" table will remain individually listed. Once you are done editing the columns, click "Apply" and results will be reflected in the query results. Keep in mind, the table may horizontally scroll if many columns are added.
102104

103105
### Cell Filters
104106

0 commit comments

Comments
 (0)