DIMSIZ

DIMSIZ returns the number of elements within a specified dimension.

This function is valid in rules and TurboIntegrator processes.

Syntax

DIMSIZ(dimension)

Argument

Description

dimension

A valid dimension name.

Some installations may need to qualify the dimension name with the database name, as in database_name:dimension.

Example

If the dimension Accounts contains 19 elements, the example returns the value 19.

DIMSIZ('Accounts')