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:

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.

Excel worksheet showing BC.EXPANDBUDGETRANGE returning budget names beginning with glb for a Business Central connection