From 4520091f9460d36b1144f39b9f6ed120f856bd33 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:08:16 +0000 Subject: [PATCH] Update website/docs/docs/build/simple.md --- website/docs/docs/build/simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/simple.md b/website/docs/docs/build/simple.md index d84ab7735fc..b2a65d2668e 100644 --- a/website/docs/docs/build/simple.md +++ b/website/docs/docs/build/simple.md @@ -70,7 +70,7 @@ If you've already defined the measure using the `create_metric: true` parameter, fill_nulls_with: 0 join_to_timespine: true alias: customer_count - filter: {{ Dimension('customer__customer_total') }} >+ 20 + filter: {{ Dimension('customer__customer_total') }} >= 20 - name: large_orders description: "Order with order values over 20." type: simple