We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ad2c0 commit 0a4e165Copy full SHA for 0a4e165
src/engage/audiences/query-language.md
@@ -431,7 +431,7 @@ This example collects:
431
432
- all users who performed the `Shoes Bought` event at least once within the last 30 days
433
- where the price was greater than or equal to the average spend
434
-- The user then performed the `Shoes Returned` event at least once, five days after the `Shoes Bought` event.
+- and the user performed the `Shoes Returned` event at least once, five days after the `Shoes Bought` event
435
436
```sql
437
event(‘Shoes Bought’).where(
0 commit comments