BC.DIMENSIONVALUENAME

Overview

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

Excel worksheet showing BC.DIMENSIONVALUENAME returning the name for a dimension value code in a Business Central connection

Syntax

=BC.DIMENSIONVALUENAME(
    ConnectionName, 
    Dimension,
    DimensionValueCode
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

Dimension

Required

A Business Central dimension code.

Can be obtained using the BC.EXPANDDIMENSIONRANGE function.

DimensionValueCode

Required

A Business Central dimension value code.

Can be obtained using the BC.EXPANDDIMENSIONVALUERANGE function.

Example

=BC.DIMENSIONVALUENAME(
    "BC",
    "B2",
    "E2"
)

Description:

Returns the dimension value name associated with the dimension value code 10 listed in cell E2, within the dimension AREA listed in cell B2 for the connection BC.

Excel worksheet showing BC.DIMENSIONVALUENAME returning the area name for dimension value code 10 with AREA dimension and BC connection