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

ConnectionName

Optional

Provide one of the following values:

Dimension

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.

Excel worksheet showing BC.EXPANDDIMENSIONRANGE returning a list of all dimension codes defined in the Business Central connection