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