Data Record Count

Block Information

Available in: Page Flow and Cloud Flow

Toolbox Category: Data

Block Type: Output

Output Type: numeric

Data Record Count is an output block that provides the count of records read by the Data Read, Data Read Next Page and Data Read Previous Page blocks.

NOTE: This block will provide valid values only after the Data Read, Data Read Next Page and Data Read Previous Page blocks complete their execution. The Data Status block can be used to track the completion.

The block consists of the following (from top to bottom):


Usage Example

NOTE: Please refer to the prerequisite information shown here before seeing the example.

The image below shows an example of the Data Record Count block. This example incorporates the Usage Example function, as outlined in the Database Reading Logic for examples section on the prerequisite information page mentioned above.

In this example, the Show Information Popup block is used to display the number of records that were read using the Data Read Count block. The Customers Database Table along with the dataset name of ds1 are used for the Value Parameters .

The result for the above example is shown in the image below.

Last updated