Skip to main content
Skip table of contents

STACK.EXPANDLABELVALUERANGE

Overview

The STACK.EXPANDLABELVALUERANGE function returns sorted names of label values used within a given label, within a given project, matching the search criterion.

Syntax

CODE
=STACK.EXPANDLABELVALUERANGE(
    ConnectionName,
    Project,
    Label,
    LabelValue
)

Arguments

Argument

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.

Label

Required

Label name.

Use the STACK.EXPANDLABELRANGE function to retrieve the list of STACK labels.

LabelValue

Optional

A search expression for filtering label values, uses Velixo filtering techniques.

If not specified, returns all tag values.

Example

CODE
=STACK.EXPANDLABELVALUERANGE(
    "Stack", 
    "Second Project", 
    A1
)

Description: Returns all label values used in the label contained in cell A1 in the Second Project project for the connection named Stack.

JavaScript errors detected

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

If this problem persists, please contact our support.