Merge branch 'aggregation' into insights

This commit is contained in:
rijkvanzanten
2021-06-11 21:00:08 -04:00
3 changed files with 106 additions and 1 deletions

View File

@@ -138,3 +138,5 @@ In addition to static values, you can also filter against _dynamic_ values using
- `$CURRENT_USER` — The primary key of the currently authenticated user
- `$CURRENT_ROLE` — The primary key of the role for the currently authenticated user
- `$NOW` — The current timestamp
- `$NOW(<adjustment>)` - The current timestamp plus/minus a given distance, for example `$NOW(-1 year)`,
`$NOW(+2 hours)`