+
, -
, >
, and others used for basic logic or math.ifError
, avg
, count
, etc.sum()
function since groups typically contain multiple drivers.
avg()
or max()
, depending on your use case.sum()
function, because they include many segments.
sum()
to count()
or avg()
.
SUM()
. Otherwise, you’ll likely run into a TYPE
error.sum()
function, since database columns contain many rows. You can change this to another aggregation function if needed.
1000
).
'YYYY-MM-DD'
— make sure to include the single quotes (e.g., '2025-06-01'
). You can also write a date in the format 'YYYY'
and Runway will auto-populate as the first day of the month. (e.g., if you type '2025'
Runway will populate '01-01-2025'
.
Date = <date range>
<Driver> months ago
— Dynamically looks back N months, where N is the value of another driver. Useful if the amount of time you need of time you need to ‘look back’ varies over time or is the result of some other logic.sum()
, avg()
, or max()
.