Breadcrumbs

STACK.EXPANDPROJECTSTATUSRANGE

Overview

The STACK.EXPANDPROJECTSTATUSRANGE function returns sorted names of project statuses matching the search criterion, defined within STACK.

Syntax

=STACK.EXPANDPROJECTSTATUSRANGE(
    ConnectionName, 
    ProjectStatus
)

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.

ProjectStatus

Optional

A search expression for filtering project statuses, uses Velixo filtering techniques.

If not specified, returns all statuses.

Examples

Return all project statuses

=STACK.EXPANDPROJECTSTATUSRANGE(
    "STACK"
)


Description: Returns a list of project statuses available for the “STACK” connection.

image-20251030-151513.png