[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
Match a column against specific values. Each arm maps a value to a result. The else arm catches everything else.
Searched Match
$ Searched Match
Use when/then for condition-based matching. Each when is evaluated in order — the first match wins.
