Breadcrumbs

BC.DIMENSIONNAME

Overview

The BC.DIMENSIONNAME returns a dimension name tied to the specified dimension code. 

Syntax

=BC.DIMENSIONNAME(
    ConnectionName, 
    Dimension
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

Dimension

Required

A Business Central dimension code.

Can be obtained using the BC.EXPANDDIMENSIONRANGE function.

Example

=BC.DIMENSIONNAME(
    "BC",
    "80"
)

Description:

Returns the dimension name associated with the dimension code 80 for the connection BC.