SI.EXPANDPROJECTESTIMATERANGE

Created by Damien Zwillinger, Modified on Wed, 11 Sep at 7:01 PM by Harry Lewis

Applies to:

  • Velixo NX
  • Sage Intacct



The SI.EXPANDPROJECTESTIMATERANGE function returns an array containing one or more Sage Intacct Project Estimate IDs (based on the specified projects and range).

 



TABLE OF CONTENTS

 


Syntax

SI.EXPANDPROJECTESTIMATERANGE(ConnectionName, ProjectRange, EstimateIdRange, Status, IsPrimary, EstimateType)

 


Parameters


The SI. EXPANDPROJECTESTIMATE RANGE function uses the following parameters (See Filtering Velixo Functions for how to include multiple values in a parameter):


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.

EstimateIdRange

Optional

A range filter specifying the IDs of the Estimates to be displayed.

Status

Optional

An indicator of which status(es) of project to include in the results.

"A" - active

"I" - inactive

"F" - finalized

A combination may be used. The default is "AIF" to include all projects.

IsPrimaryOptionalTrue
or
False (default)

Setting this parameter to True allows us to filter the Primary estimate when reporting on estimate forecasts (there can only be one primary estimate, and only the primary estimate includes original and change requests)
EstimateTypeOptionalValid options (as defined in Sage Intacct):

Setting this parameter allows us to only include or filter out non-forecast estimates when reporting an estimate amount over time.

 



Examples

 

For examples 1 through 3, we are assuming the following configuration within Sage Intacct:


 

 

Example 1 - all Estimate IDs for a specific project

=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 - all Estimate IDs for projects starting with the same name

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

Description

Returns all Estimate IDs for projects whose ID begins with HAWK

 

Results

 



Example 3 - all Estimate IDs for multiple projects

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

Description

Returns all Estimate IDs used in the two specified projects.

 

Results

 



Example 4 - all Estimate IDs with a specific status


Assuming the following configuration within Sage Intacct:

 

=SI.EXPANDPROJECTESTIMATERANGE("Sage",,"FI")

Description

Returns all Estimate IDs with a status of either Finalized or Inactive

 

Results




For examples 5 and 6, we are assuming the following estimates for Project Test-01:



Example 5 - exclude Draft estimates from the results


=SI.EXPANDPROJECTESTIMATERANGE(Connection,"Test-01",,,,"*;-draft")

Description

Returns the non-draft Estimate IDs for project Test-01.

 

Results

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



Note:  If an estimate is not assigned an Estimate Type, it will be filtered out when Draft types are filtered out.



Example 6 - include only the Primary estimate for a project


=SI.EXPANDPROJECTESTIMATERANGE(Connection,"Test-01",,,TRUE)

Description

Returns the primary Estimate ID for project Test-01.

 

Results

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



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