Skip to main content
Skip table of contents

STACK.EXPANDPROJECTRANGE

Overview

The STACK.EXPANDPROJECTRANGE function returns sorted names of projects matching the search criterion.

Syntax

CODE
=STACK.EXPANDPROJECTRANGE(
  ConnectionName, 
  Project,
  BidDateFrom,
  BidDateTo
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

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

Project

Optional

A search expression for filtering projects, uses Velixo filtering techniques.

If not specified, returns all projects.

BidDateFrom

Optional

Earliest bid date.

BidDateTo

Optional

Latest bid date.

Example

CODE
=STACK.EXPANDPROJECTRANGE(
    "Stack"
)

Description: Returns all projects for the connection named Stack.

JavaScript errors detected

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

If this problem persists, please contact our support.