Skip to main content
Skip table of contents

BC.DIMENSIONNAME

Overview

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

Syntax

CODE
=BC.DIMENSIONNAME(
    ConnectionName, 
    Dimension
)

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.

Example

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

Description:

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

JavaScript errors detected

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

If this problem persists, please contact our support.