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 |
|---|---|---|
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Project name. |
| 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.