Overview
The BC.DIMENSIONVALUENAME returns a dimension name tied to the specified dimension value code.
Syntax
=BC.DIMENSIONVALUENAME(
ConnectionName,
Dimension,
DimensionValueCode
)
Arguments
|
Argument |
Required/Optional |
Description |
|
|
Optional |
Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
|
|
Required |
A Business Central dimension code. Can be obtained using the BC.EXPANDDIMENSIONRANGE function. |
|
|
Required |
A Business Central dimension 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.