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 |
| Required | The name of the connection, as specified in the Connection Manager |
| 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
.
