File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
docs/content/Schema/Reference Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1166,8 +1166,15 @@ changed in future versions of Cube.
11661166
11671167</WarningBox>
11681168
1169- The build range defines what partitions should be built by a scheduled refresh.
1170- Data will **never** be queried beyond this range. By default, the build range is
1169+ <WarningBox>
1170+
1171+ Cube will **NOT** return results outside of the defined build range. Data will **only** be queried within this range,
1172+ which can lead to an empty result set, depending on the query. Consider using [Lambda pre-aggregations][self-rolluplambda]
1173+ if you want to query data outside of the build range.
1174+
1175+ </WarningBox>
1176+
1177+ The build range defines what partitions should be built by a scheduled refresh. By default, the build range is
11711178defined as the minimum and maximum values possible for the
11721179[`time_dimension`][self-timedimension] used in the rollup.
11731180
You can’t perform that action at this time.
0 commit comments