From acd9ae3b38d1823f9c87e0f11788a08d3b91c239 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:46:00 +0000 Subject: [PATCH] Update website/docs/docs/build/metricflow-commands.md --- website/docs/docs/build/metricflow-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/metricflow-commands.md b/website/docs/docs/build/metricflow-commands.md index 77697589c8..87411fb716 100644 --- a/website/docs/docs/build/metricflow-commands.md +++ b/website/docs/docs/build/metricflow-commands.md @@ -373,7 +373,7 @@ mf query --metrics order_total --group-by order_id__is_food_order # In dbt Core | 2017-06-19 | True | 448.11 | ``` -### Add Order/limit +### Add order/limit You can add order and limit functions to filter and present the data in a readable format. The following query limits the data set to 10 records and orders them by `metric_time`, descending. Note that using the `-` prefix will sort the query in descending order. Without the `-` prefix sorts the query in ascending order.