BC.EXPANDDIMENSIONRANGE
Overview
The BC.EXPANDDIMENSIONRANGE function lets you retrieve a list of dimensions defined in your Business Central instance.
Syntax
=BC.EXPANDDIMENSIONRANGE(
ConnectionName,
Dimension
)
Arguments
Argument | Required/Optional | Description |
| Optional | Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
| Optional | Filter for dimension names. You can specify the filter using Velixo filtering techniques. |
Example
=BC.EXPANDDIMENSIONRANGE(
"BC"
)
Description:
Returns all dimensions defined for the connection BC.
