SI.EXPANDACCOUNTSINGROUP Function

Created by Harry Lewis, Modified on Mon, 31 Mar at 3:17 PM by Harry Lewis

Applies to:

  • Velixo NX
  • Sage Intacct



The SI.EXPANDACCOUNTSINGROUP function returns an array of the GL accounts which are defined in Sage Intacct as being 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

AccountGroupRangeRequiredA Velixo filter 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




Example 3 - Multiple Groups

=SI.EXPANDACCOUNTSINGROUP("Sage", "Accounts Receivable;Cash and Cash Equivalents")


Description

Returns all accounts defined as being in either the Accounts Receivable or the Cash and Cash Equivalents account group.


 

Result




Example 4 - High Level Groups

=SI.EXPANDACCOUNTSINGROUP("Sage", "Liabilities")


Description

Groups can be very high level.  Here we have used the function to display all liability accounts.



(note: a cell reference has been used for one of the parameters in this example)

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article