STACK.TAKEOFFREPORT
Overview
The STACK.TAKEOFFREPORT function returns filtered Takeoff report records for takeoffs within a project.
Syntax
=STACK.TAKEOFFREPORT(
ConnectionName,
Project,
Select,
Takeoff,
Plan,
Tags,
Labels,
TableOutputCell
)
Arguments
Argument | Required/Optional | Description |
|---|---|---|
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Project name. |
| Optional | A comma-separated list of columns to be returned. Use column headers of the result table, for example, This argument supports aggregation functions. |
| Optional | A search expression for filtering Takeoff values, uses Velixo filtering techniques. |
| Optional | A search expression for filtering Plan values, uses Velixo filtering techniques. |
| Optional | A search expression for filtering Tag values, uses Velixo filtering techniques. |
| Optional | A search expression for filtering labels, uses Velixo filtering techniques. If not specified, returns all labels. Use the STACK.EXPANDLABELRANGE function to retrieve the list of Labels. |
| Optional | If the argument is specified, the function output is represented as an Excel table, and the first column is populated at this address. See the Table Mirroring article for details. If the argument is omitted, the result is returned as a spill range. |
Example
=STACK.TAKEOFFREPORT(
"Stack",
"Second Project",
"TakeoffID, TakeoffName, TakeoffQuantity, TakeoffUnit, PlanName"
)
Description: Returns all takeoff report records in the Second Project project for the connection named Stack, displays columns: TakeoffID, TakeoffName, TakeoffQuantity, TakeoffUnit, PlanName.
Result:
