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 |
| Required | The name of the connection, as specified in the Connection Manager |
| 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
.