[DRAFT]This page is not published. Only visible in development mode.

Match Transform

Use match for conditional logic — the RQL equivalent of SQL's CASE.

Value Match

$ Value Match
$ ctrl+enter to run

Match a column against specific values. Each arm maps a value to a result. The else arm catches everything else.

Searched Match

$ Searched Match
$ ctrl+enter to run

Use when/then for condition-based matching. Each when is evaluated in order — the first match wins.