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 |
| Required | The name of the connection, as specified in the Connection Manager |
| Optional | Budget name filter expression. You can specify the filter using Velixo filtering techniques. |
| Optional | Include blocked budgets – Default value: |
Example
=BC.EXPANDBUDGETRANGE(
"BC",
"like glb%"
)
Description:
Returns all budgets whose names begin with glb
for the connection BC
.
