Skip to main content
Skip table of contents

STACK.ITEMCOSTREPORT

Introduction

The STACK.ITEMCOSTREPORT function returns all Item Cost report records for a given project.

Syntax

CODE
=STACK.ITEMCOSTREPORT(ConnectionName, Project, TableOutputCell)

Parameters

Parameter

Required/Optional

Description

ConnectionName

Required

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

Project

Required

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

TableOutputCell

Optional

If the parameter 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 parameter is omitted, the result is returned as a spill range.

Example

=STACK.ITEMCOSTREPORT("Stack","Second Project",A2)

Description: Returns all Item Cost report records in the Second Project project for the connection named Stack.

Result:

image-20250819-114330.png

JavaScript errors detected

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

If this problem persists, please contact our support.