STACK.EXPANDPROJECTRANGE
Overview
The STACK.EXPANDPROJECTRANGE function returns sorted names of projects matching the search criterion.
Syntax
=STACK.EXPANDPROJECTRANGE(
ConnectionName,
Project,
BidDateFrom,
BidDateTo
)
Arguments
Argument | Required/Optional | Description |
---|---|---|
| Required | The name of the connection, as specified in the Connection Manager |
| Optional | A search expression for filtering projects, uses Velixo filtering techniques. If not specified, returns all projects. |
| Optional | Earliest bid date. |
| Optional | Latest bid date. |
Example
=STACK.EXPANDPROJECTRANGE(
"Stack"
)
Description: Returns all projects for the connection named Stack
.