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,
    IncludeBlocked
)

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.

IncludeBlocked

Optional

If FALSE, return only unblocked dimensions.

Accepted values: TRUE and FALSE

Default value: TRUE

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