STACK.EXPANDTAGRANGE
Overview
The STACK.EXPANDTAGRANGE function returns sorted names of tags used within a given project, matching the search criterion.
To search for tag values within a tag, use the STACK.EXPANDTAGVALUERANGE function.
Syntax
=STACK.EXPANDTAGRANGE(
ConnectionName,
Project,
Tag
)
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 tags, uses Velixo filtering techniques. If not specified, returns all tags. |
Example
=STACK.EXPANDTAGRANGE(
"Stack",
"Second Project"
)
Description: Returns all tags used in the Second Project project for the connection named Stack.