Get(TotalRecordCount)

Category: Get

Syntax: Get ( TotalRecordCount )

Parameters: None

Data type returned: Number

Description:

Returns the total number of records in the current table (not table occurrence), regardless of the state of the found set.

The Get (TotalRecordCount) function is most often used in unstored calculations and scripts. Be sure to navigate to a layout that establishes the correct table context before referencing the function.

The total record count includes records that have been created but not yet committed. If such records are reverted, the total record count is decreased.

Examples:

Function

Results

Get (TotalRecordCount)

Returns 283 when there are 283 records in the current table, regardless of the size of the current found set.

Категории