Breadcrumbs

BC.EXPANDBUDGETRANGE

Overview

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

Syntax

=BC.EXPANDBUDGETRANGE(
    ConnectionName, 
    Budget,
    IncludeBlocked
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

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

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

Description:

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

image-20250926-105413.png