Skip to main content
Skip table of contents

BC.EXPANDDIMENSIONRANGE

Overview

The BC.EXPANDDIMENSIONRANGE function lets you retrieve a list of dimensions defined in your Business Central instance. 

Syntax

CODE
=BC.EXPANDDIMENSIONRANGE(
    ConnectionName, 
    Dimension
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

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

Dimension

Optional

Filter for dimension names.

You can specify the filter using Velixo filtering techniques.

Example

CODE
=BC.EXPANDDIMENSIONRANGE(
    "BC"
)

Description:

Returns all dimensions defined for the connection BC.

image-20250925-143031.png

JavaScript errors detected

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

If this problem persists, please contact our support.