Skip to content

Commit 4a37216

Browse files
authored
Update pre-aggregations.md
1 parent e00cff5 commit 4a37216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Schema/pre-aggregations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ First matched pre-aggregation wins.
8282
Cubes of a measures and then cubes of dimensions are checked to find a matching `rollup`.
8383
However `rollup` pre-aggregations always have priority over `originalSql`.
8484
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].
85+
More over you can instruct Cube.js to use original sql pre-aggregations using [useOriginalSqlPreAggregations](#use-original-sql-pre-aggregations).
8686

8787
### Rollup examples
8888

0 commit comments

Comments
 (0)