RRProcessed()

<< Click to Display Table of Contents >>

Navigation:  Available Functions >

RRProcessed()

Syntax

RRProcessed()

 

Purpose

To determine how many report records have been processed so far during the course of a report.

 

Parameters

None.

 

Returns

RRProcessed() will return a numeric value which is the total number of records which have been processed so far for the report currently in progress. This number may be more than the number of records printed (given by RRPrinted()) if the report format contains a conditional print expression which excludes one or more source records from the actual report printout.

 

Usage

RRProcessed() is intended solely for use within a running report. While its output may actually be printed, it is more likely you will use its value in a computed field formula, or to implement any specialized logic you may have incorporated into the field print conditions of a report.

 

Example

The following examples illustrate the RRProcessed() function:

 

CALL

RESULT

RRProcessed()

<Number of records processed>

RRProcessed() - RRPrinted()

<Number of records skipped>