Breadcrumbs

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

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

CostType

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.