Skip to content

Functions

QQL provides built-in functions for boolean logic, string manipulation, math operations, and conditional expressions. Functions can be used inside eval and where commands.

Boolean functions return true or false. They are commonly used in where filter expressions and in eval to create boolean fields.

String functions transform text values. Use them in eval to create or modify string fields.

Number functions perform math operations on numeric values. Use them in eval to transform numeric fields.

Conditional functions return different values based on conditions. Use them in eval to create derived fields with branching logic.