Breadcrumbs

SI.EXPANDOBJECTRANGE

Overview

The SI.EXPANDOBJECTRANGE function returns the sorted names of objects defined with Sage Intacct.

Syntax

=SI.EXPANDOBJECTRANGE(
    ConnectionName,
    Range
)

Arguments

The SI.EXPANDOBJECTRANGE function uses the following arguments:

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

Range

Optional

A range filter specifying the Object names to be displayed.

Examples

Example 1 - all objects

=SI.EXPANDOBJECTRANGE(
    "Sage"
)


Description:

Returns all object names defined within Sage Intacct


Result:

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/MZV_FWl_VRnC9RR3LSmVPCIcS9pD9jO5mg.png


Example 2 - objects staring with a particular name

=SI.EXPANDOBJECTRANGE(
    "Sage",
    "VENDOR?"
)


Description:

Returns all object names beginning with the word "Vendor" (not case sensitive)


Result:

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/KDN8vqunrADJRRJ4VivZVxlSF1PKbVi8QA.png


Example 3 - objects starting with certain letters

=SI.EXPANDOBJECTRANGE(
    "Sage",
    "F?;J?"
)


Description:

Returns all object names beginning with either the letter F or the letter J


Result:

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/675tD7DAd7XTXDpIRKKSpcuvCO0oZLr1mg.png

(a cell reference has been used for a parameter in this example)