Skip to content

Commit dffb2d4

Browse files
committed
chore: simplify
1 parent 3262673 commit dffb2d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/pages/product/configuration/reference/environment-variables.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ If `true`, the DAX API will expose time dimensions as calendar hierarchies.
13071307

13081308
## `CUBE_XMLA_LANGUAGE`
13091309

1310-
This variable is used to [configure the locale][ref-mdx-api-locale] for the [MDX API][ref-mdx-api].
1310+
This variable is used to [configure the locale][ref-mdx-api-locale] for the [MDX API][ref-mdx-api].
13111311

13121312
| Possible Values | Default in Development | Default in Production |
13131313
| --------------- | ---------------------- | --------------------- |
@@ -1329,8 +1329,6 @@ CUBE_XMLA_LANGUAGE=nl-NL
13291329

13301330
If `true`, the [MDX API][ref-mdx-api] will automatically create additional hierarchies for all [time dimensions][ref-time-dimensions] and organize them in a separate "Calendar" folder for each dimension.
13311331

1332-
These hierarchies include a Calendar hierarchy structure containing `Year`, `Quarter`, `Month`, `Week`, and `Day` levels, as well as Calendar Quarter of Year and Calendar Year hierarchies. They allow filtering data in Excel without needing to drill down or expand all levels, and enable combining Calendar Year or Calendar Quarter of Year as filters while placing other dimensions on the axis.
1333-
13341332
| Possible Values | Default in Development | Default in Production |
13351333
| --------------- | ---------------------- | --------------------- |
13361334
| `true`, `false` | `true` | `true` |
@@ -1841,4 +1839,4 @@ The port for a Cube deployment to listen to API connections on.
18411839
[ref-environments]: /product/workspace/environments
18421840
[ref-mdx-api]: /product/apis-integrations/mdx-api
18431841
[ref-mdx-api-locale]: /product/apis-integrations/mdx-api#measure-format
1844-
[ref-time-dimensions]: /product/data-modeling/reference/dimensions#time
1842+
[ref-time-dimensions]: /product/data-modeling/reference/dimensions#time

0 commit comments

Comments
 (0)