Skip to main content
Skip table of contents

BC.EXPANDBUDGETRANGE

Overview

The BC.EXPANDBUDGETRANGE function lets you retrieve a list of General Ledger budgets in your Business Central instance. 

Syntax

CODE
=BC.EXPANDBUDGETRANGE(
    ConnectionName, 
    Budget,
    IncludeBlocked
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

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

Budget

Optional

Budget name filter expression.

You can specify the filter using Velixo filtering techniques.

IncludeBlocked

Optional

Include blocked budgets – TRUE or FALSE.

Default value: TRUE

Example

CODE
=BC.EXPANDBUDGETRANGE(
    "BC",
    "like glb%"
)

Description:

Returns all budgets whose names begin with glb for the connection BC.

image-20250926-105413.png

JavaScript errors detected

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

If this problem persists, please contact our support.