> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mode

Retourneert de meest voorkomende waarde in de opgegeven kolom

**Categorie:** `aggregate`

**Syntax:**

```
Mode([kolom])
```

**Retourneert:** `Any`

**Contextfiltering:** ✗ Nee

## Parameters

| Naam    | Type    | Vereist | Beschrijving                            |
| ------- | ------- | ------- | --------------------------------------- |
| `kolom` | `kolom` | ✓ Ja    | De kolom waarvan de modus wordt bepaald |

## Validatie

* Minimum parameters: 1
* Maximum parameters: 1

## Voorbeelden

```
Mode([Categorie])
```

Retourneert de meest voorkomende categorie
