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 |
|---|---|---|
| Optional | Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
| 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.