Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

This function applies to Sage Intacct connections only. For the Acumatica/MYOB/CEGID/ JAMIS Prime function with the same name, see EXPANDACCOUNTRANGE


Description

The SI.EXPANDACCOUNTRANGE function returns all general ledger account numbers within the specified range.

Syntax

SI.EXPANDACCOUNTRANGE(Connection, Range)

The SI. EXPANDACCOUNTRANGE function uses the following parameters:

Parameter

Required/Optional

Description

Connection

Required

The name of the connection as configured in the Connection Manager

Range

Optional

The range of accounts to include in the results. See our article on including multiple parameter values

Examples

Example #1

=SI.EXPANDACCOUNTRANGE("Sage", "10000:11000")

Description

Returns all general ledger account numbers between account 10000 and account 11000 (inclusive).

Result


Example #2

=SI.EXPANDACCOUNTRANGE("Sage", "10010:12600;-10400")

Description

Returns all active general ledger account numbers between 10010 and 12600, EXCEPT account 10400

Results

Did this answer your question?