SI.EXPANDREPORTINGACCOUNTSET
Overview
The SI.EXPANDREPORTINGACCOUNTSET function returns General Ledger accounts associated with reporting accounts in a specified set.
Syntax
=SI.EXPANDREPORTINGACCOUNTSET(
ConnectionName,
ReportingSet,
ReportingAccount
)
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. |
| Required | Name of a reporting set. |
| Optional | Reporting account code. If not defined, the function returns all GL accounts for all reporting accounts |
Example
=SI.EXPANDREPORTINGACCOUNTSET("Sage2",A3)
Description: Returns all GL account codes associated with the reporting set defined in cell A3.
