Breadcrumbs

STACK.EXPANDTAKEOFFRANGE

Overview

The STACK.EXPANDTAKEOFFRANGE function returns sorted names of takeoffs within a given project matching the search criterion.

Syntax

=STACK.EXPANDTAKEOFFRANGE(
    ConnectionName,
    Project,
    Takeoff,
    Plan
)

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.

Project

Required

Project name.

Use the STACK.EXPANDPROJECTRANGE function to retrieve the list of STACK projects.

Takeoff

Optional

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

If not specified, returns all takeoffs.

Plan

Optional

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

If not specified, returns all plans.

Example

=STACK.EXPANDTAKEOFFRANGE(
    "Stack",
    "Second Project"
)


Description: Returns all takeoffs in the Second Project project for the connection named Stack.