Overview
The SI.DEBITS function returns the total of the debits applied to a GL account (between two dates).
Syntax
=SI.DEBITS(
ConnectionName,
AccountGroup,
Account,
FromDate,
ToDate,
LocationId,
Books,
Dimensions,
UserDefinedDimensions,
IncludeChildDimensionBalances
)
Arguments
The SI.DEBITS function uses the following arguments:
|
Argument |
Required/ Optional |
Description |
|
|
Optional |
Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
|
|
Optional if |
The name of the account group for which to return the aggregated debits.
Computational Account Groups are not supported |
|
|
Optional if |
The code of the general ledger account, or multiple account codes defined by a Velixo range expression |
|
|
Required |
The inclusive start date in YYYY-MM-DD format (or a cell reference to a date) |
|
|
Required |
The inclusive end date in YYYY-MM-DD format (or a cell reference to a date) |
|
|
Optional (unless the company has multiple base currencies) |
The ID of the entity or location |
|
|
Optional |
The reporting book (or global consolidation book) to be used for retrieving the balance. One or more user-defined adjustment book IDs may be included
|
|
|
Optional |
Either:
For more in-depth information about filtering by Dimensions: see Using Dimensions
|
|
|
Optional |
Either:
You can specify dimension values using ranges, wildcards, and other techniques. For predefined analytical dimensions like customer, project etc., use the |
|
|
Optional |
The
|
Example
=SI.DEBITS(
"Sage",
,
"10100",
"12/1/2024",
"12/31/2024",
"100",
"ACCRUAL"
)
Description
Returns the total of the debits applied to account "10100" during December 2024 for entity "100" in the ACCRUAL reporting book.
Result
250,894.67
(This example uses cell references for some of the arguments)