STACK.EXPANDCOSTTYPERANGE
Overview
The STACK.EXPANDCOSTTYPERANGE function returns sorted names of cost types matching the search criterion, defined within STACK.
Syntax
=STACK.EXPANDCOSTTYPERANGE(
ConnectionName,
CostType
)
Arguments
Argument | Required/Optional | Description |
| Required | The name of the connection, as specified in the Connection Manager |
| Optional | A search expression for filtering cost types, uses Velixo filtering techniques. If not specified, returns all cost types. |
Examples
Return all cost types
=STACK.EXPANDCOSTTYPERANGE(
"STACK"
)
Description: Returns a list of cost types available for the “STACK” connection.