Skip to main content
Skip table of contents

BC.DIMENSIONVALUENAME

Overview

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

image-20251104-083609.png

Syntax

CODE
=BC.DIMENSIONVALUENAME(
    ConnectionName, 
    Dimension,
    DimensionValueCode
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

Dimension

Required

A Business Central dimension code.

Can be obtained using the BC.EXPANDDIMENSIONRANGE function.

DimensionValueCode

Required

A Business Central dimension code.

Can be obtained using the BC.EXPANDDIMENSIONVALUERANGE function.

Example

CODE
=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.

image-20251104-084207.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.