SI.EXPANDPROJECTESTIMATERANGE
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.EXPANDPROJECTESTIMATERANGE function returns an array containing one or more Sage Intacct Project Estimate IDs (based on the specified projects and range).

Syntax

SI.EXPANDPROJECTESTIMATERANGE(ConnectionName, ProjectRange, EstimateIdRange)

The SI. EXPANDPROJECTESTIMATE RANGE function uses the following parameters:

Parameter

Required/Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

ProjectRange

Optional

A range filter specifying the Project IDs to be used to determine the Estimate IDs to be displayed. See Filtering Velixo Functions.

EstimateIdRange

Optional

A range filter specifying the IDs of the Estimates to be displayed. See Filtering Velixo Functions.

Examples

Assuming the following configuration within Sage Intacct:

Example #1

=SI.EXPANDPROJECTETIMATERANGE("Sage","20-001")

Description

Returns all Estimate IDs used in the 20-001 project.

Results

(the ProjectRange parameter has been represented by a cell reference)

Example #2

=SI.EXPANDPROJECTESTIMATERANGE("Sage","HAWK???")

Description

Returns all Estimate IDs for projects whose ID begins with HAWK

Results

Example #3

=SI.EXPANDPROJECTESTIMATERANGE("Sage","20-001;20-004")

Description

Returns all Estimate IDs used in the two specified projects.

Results

Did this answer your question?