From 1fd8d43253b1e3ff5d39e7bda8049daf3b6a5c1c Mon Sep 17 00:00:00 2001 From: morgan-at-cube <153563892+morgan-at-cube@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:40:24 -0700 Subject: [PATCH] Update xirr.mdx Removed a confusing code comment --- docs/pages/product/data-modeling/recipes/xirr.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/pages/product/data-modeling/recipes/xirr.mdx b/docs/pages/product/data-modeling/recipes/xirr.mdx index b5eb2192dd0af..97bbaa92ddc09 100644 --- a/docs/pages/product/data-modeling/recipes/xirr.mdx +++ b/docs/pages/product/data-modeling/recipes/xirr.mdx @@ -54,8 +54,6 @@ cubes: sql: payment type: number - # Everything below this line is only needed for querying - # pre-aggregations in Cube Store - name: date__day sql: "{date.day}" type: time @@ -101,8 +99,6 @@ cube(`payments`, { type: `number` }, - // Everything below this line is only needed for querying - // pre-aggregations in Cube Store date__day: { sql: `${CUBE.date.day}`, type: `time` @@ -198,4 +194,4 @@ All queries above would yield the same result: [ref-query-wpp]: /product/apis-integrations/queries#query-with-post-processing [ref-query-regular]: /product/apis-integrations/queries#regular-query [link-tesseract]: https://cube.dev/blog/introducing-next-generation-data-modeling-engine -[ref-multi-stage-calculations]: /product/data-modeling/concepts/multi-stage-calculations \ No newline at end of file +[ref-multi-stage-calculations]: /product/data-modeling/concepts/multi-stage-calculations