> ## 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.

# CountDistinct

Geeft het aantal unieke waarden in de opgegeven kolom terug

**Categorie:** `aggregate`

**Syntax:**

```
CountDistinct([kolom])
```

**Retourneert:** `Integer`

**Contextfiltering:** ✗ Nee

## Parameters

| Naam    | Type    | Vereist | Beschrijving                                 |
| ------- | ------- | ------- | -------------------------------------------- |
| `kolom` | `kolom` | ✓ Ja    | De kolom waarin unieke waarden worden geteld |

## Validatie

* Minimum parameters: 1
* Maximum parameters: 1

## Voorbeelden

```
CountDistinct([KlantID])
```

Geeft het aantal unieke klanten terug
