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 e00cff5 commit 4a37216Copy full SHA for 4a37216
docs/Schema/pre-aggregations.md
@@ -82,7 +82,7 @@ First matched pre-aggregation wins.
82
Cubes of a measures and then cubes of dimensions are checked to find a matching `rollup`.
83
However `rollup` pre-aggregations always have priority over `originalSql`.
84
Thus if you have both `originalSql` and `rollup` defined, Cube.js will try to find matching `rollup` before trying to find matching `originalSql`.
85
-More over you can instruct Cube.js to use original sql pre-aggregations using (useOriginalSqlPreAggregations)[#use-original-sql-pre-aggregations].
+More over you can instruct Cube.js to use original sql pre-aggregations using [useOriginalSqlPreAggregations](#use-original-sql-pre-aggregations).
86
87
### Rollup examples
88
0 commit comments