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
=STACK.EXPANDLABELVALUERANGE(
ConnectionName,
Project,
Label,
LabelValue
)
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.
|
|
|
Required |
Label name. Use the STACK.EXPANDLABELRANGE function to retrieve the list of STACK labels. |
|
|
Optional |
A search expression for filtering label values, uses Velixo filtering techniques. If not specified, returns all tag values. |
Example
=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.