Skip to main content
Skip table of contents

STACK.EXPANDCOSTTYPERANGE

Overview

The STACK.EXPANDCOSTTYPERANGE function returns sorted names of cost types matching the search criterion, defined within STACK.

Syntax

CODE
=STACK.EXPANDCOSTTYPERANGE(
    ConnectionName, 
    CostType
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

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

CODE
=STACK.EXPANDCOSTTYPERANGE(
    "STACK"
)

Description: Returns a list of cost types available for the “STACK” connection.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.