Overview
The SI.CREDITS function returns the total of the credits applied to a GL account (between two dates).
Syntax
=SI.CREDITS(
ConnectionName,
AccountGroup,
Account,
FromDate,
ToDate,
LocationId,
Books,
Dimensions,
UserDefinedDimensions,
IncludeChildDimensionBalances
)
Arguments
The SI.CREDITS 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 credits.
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 reference to a cell in a valid Excel date format) |
|
|
Required |
The inclusive end date in YYYY-MM-DD format (or a reference to a cell in a valid Excel data format) |
|
|
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.
|
|
|
Optional |
The
|
Example
=SI.CREDITS(
"Sage",
,
"10100",
"12/1/2024",
"12/31/2024",
"100",
"ACCRUAL"
)
Description
Returns the total of the credits applied to account "10100" during December 2024 for entity "100" in the ACCRUAL reporting book.
Result
70,000.00
(This example uses cell references for the arguments)