Breadcrumbs

STACK.EXPANDLABELRANGE

Overview

The STACK.EXPANDLABELRANGE function returns sorted names of labels used within a given project, matching the search criterion.

To search for label values within a label, use the STACK.EXPANDLABELVALUERANGE function.

Syntax

=STACK.EXPANDLABELRANGE(
    ConnectionName,
    Project,
    Label
)

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.

Label

Optional

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

If not specified, returns all labels.

Example

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


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