Breadcrumbs

STACK.EXPANDUNITRANGE

Overview

The STACK.EXPANDUNITRANGE function returns sorted names of units of measure within a given project matching the search criterion.

Syntax

=STACK.EXPANDUNITRANGE(
    ConnectionName,
    Project,
    UnitOfMeasure
)

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.

UnitOfMeasure

Optional

A search expression for filtering units of measure, uses Velixo filtering techniques.

If not specified, returns all units.

Example

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


Description: Returns all units of measure used in the Second Project project for the connection named Stack.

Result:

image-20250819-125918.png