Skip to main content
Skip table of contents

BC.EXPANDDIMENSIONVALUERANGE

Overview

The BC.EXPANDDIMENSIONVALUERANGE function lets you retrieve value codes within a specified dimension in your Business Central instance. 

Syntax

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

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

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

Dimension

Required

Dimension name.

DimensionValueCode

Optional

Dimension value code filter.

You can specify the filter using Velixo filtering techniques.

Example

CODE
=BC.EXPANDDIMENSIONVALUERANGE(
    "BC",
    "Area",
    "10:50"
)

Description:

Returns all value codes for the dimension Area with values ranging from 10 to 50, defined for the connection BC.

image-20250925-144558.png

JavaScript errors detected

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

If this problem persists, please contact our support.