Breadcrumbs

SI.EXPANDVENDORRANGE

Overview

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

Syntax

=SI.EXPANDVENDORRANGE(
    ConnectionName, 
    Range, 
    Status
)

Arguments

The SI. EXPANDVENDORRANGE 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 filtering specifying the Vendor IDs to be displayed. See Filtering Velixo Functions.

Status

Optional

Determines whether to limit the results based on the contents of the Vendor's Status field value.

Options:

"A" - active

"N" - active, non-posting

"I" - inactive

blank (empty value) - include all statuses

(available in version 2023. and higher)

Examples

Example 1

=SI.EXPANDVENDORRANGE(
    "Sage",
    "*"
)


Description

Returns all Vendor IDs

Results

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


Example 2

=SI.EXPANDVENDORRANGE(
    "Sage",
    "*;-20000:20100"
)


Description

Returns all Vendor IDs expect those between 20000 and 20100 (inclusive).


Results

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


Example 3

Assuming the following configuration within Sage Intacct:


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


=SI.EXPANDVENDORRANGE(
    "Sage",
    ,
    FALSE
)


Description

Returns all active Vendor IDs within Sage Intacct.

Results

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


Inactive vendor 20001 is not included