Skip to main content
Skip table of contents

STACK.EXPANDPROJECTSTATUSRANGE

Overview

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

Syntax

CODE
=STACK.EXPANDPROJECTSTATUSRANGE(
    ConnectionName, 
    ProjectStatus
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

ProjectStatus

Optional

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

If not specified, returns all statuses.

Examples

Return all project statuses

CODE
=STACK.EXPANDPROJECTSTATUSRANGE(
    "STACK"
)

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

image-20251030-151513.png
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.