SI.EXPANDACCOUNTSINGROUP Function
Created by Harry Lewis, Modified on Tue, 20 Feb at 1:38 PM by Harry Lewis
Applies to:
- Velixo NX
- Sage Intacct
The SI.EXPANDACCOUNTSINGROUP function returns an array of the GL accounts which are included in the specified account groups(s).
TABLE OF CONTENTS
Syntax
SI.EXPANDACCOUNTSINGROUP(ConnectionName, AccountGroupRange)
Parameters
The SI.EXPANDACCOUNTSINGROUP function uses the following parameters:
Parameter | Required/Optional | Description |
ConnectionName | Required | The name of the connection as configured in the Connection Manager |
AccountGroupRange | Required | The Velixo range specifying which group(s) to include. |
see Filtering Techniques for Velixo Functions
Note: In Sage Intacct, account groups with their accounts can be found in the Account Groups Hierarchy report (General Ledger > Reports > Account Groups Hierarchy)
Examples
Given this configuration within Sage Intact:
Example 1
=SI.EXPANDACCOUNTSINGROUP("Sage", "Accounts Receivable")
Description
Returns all accounts defined as being in the Accounts Receivable account group.
Result
Example 2
=SI.EXPANDACCOUNTSINGROUP("Sage", "Cash and Cash Equivalents")
Description
Returns all accounts defined as being in the Cash and Cash Equivalents account group.
Result
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article