SI.EXPANDEMPLOYEERANGE
Harry Lewis avatar
Written by Harry Lewis
Updated over a week ago

Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

This function applies to Sage Intacct connections only.


Description

The SI.EXPANDEMPLOYEERANGE function returns an array containing one or more Sage Intacct Employee IDs (based on the specified range).

Syntax

SI.EXPANDEMPLOYEERANGE(ConnectionName, Range)

The SI. EXPANDEMPLOYEERANGE function uses the following parameters:

Parameter

Required/Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

Range

Optional

A range filtering specifying the Employee IDs to be displayed. See Filtering Velixo Functions.

Examples

Assuming the following configuration within Sage Intacct:

Example #1

=SI.EXPANDEMPLOYEERANGE("Sage","1005:1010;1014:1017")

Description

Returns the Employee IDs between 1005 and 1010 (inclusive) and between 1014 and 1017 (inclusive).

Results

Example #2

=SI.EXPANDEMPLOYEERANGE("Sage","1??0")

Description

Returns every Employee ID which has a 1 as the first digit and a zero as the fourth digit.

Results

Did this answer your question?