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 |
| Required | The name of the connection, as specified in the Connection Manager |
| 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.
