> 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/max.md).

# Max

Gets the maximum value in the column

```mathematica
Max(column1) → 100
Max(column2) → 5
```

#### Inputs

`Max(column)`

* `column` - A column to calculate the maximum value for
