Skip to content

Commit

Permalink
Fix join_to_timespine indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes committed Dec 18, 2024
1 parent 4b8b522 commit 23dff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/metrics-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ metrics:
measure:
name: cancellations_usd # Specify the measure you are creating a proxy for.
fill_nulls_with: 0
join_to_timespine: true
filter: |
{{ Dimension('order__value')}} > 100 and {{Dimension('user__acquisition')}} is not null
join_to_timespine: true
```
</File>

Expand Down

0 comments on commit 23dff5c

Please sign in to comment.