> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/aggregate-functions/quartile.md).

# Quartile

Gets the value at a given quartile of the numeric column

```mathematica
Quartile(column1, 3) → 37
Quartile(column1, 1) → 15
```

#### Inputs

`Quartile(column, quartile)`

* `column` - A column to get the quartile for
* `quartile` - The number of quartile. The quartile must be a value from 0 to 4, where 1 represents the lower quartile, and 3 - the upper
