Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contents/docs/product-analytics/trends/breakdowns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ To breakdown by the combination of browser and operating system, for example, yo
concat(properties.$browser, ' - ', properties.$os)
```

> **Tip:** For complex SQL expressions, add `AS column_name` or `-- column_name` to the end of your expression to use a readable label instead of the raw expression in charts and tables. For example: `sumIf(1, properties.$browser = 'Chrome') AS chrome_count`.

See our [SQL expression docs](/docs/sql/expressions) for more information.

## Cohorts and breakdowns
Expand Down
Loading