Data Record Count
Last updated
Last updated
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):
Table: Value Parameter that accepts a text value representing the name of the Database Table .
Dataset Name: Value Parameter that accepts a text value representing the name of the dataset on which a database read was conducted using the Data Read, Data Read Next Page and Data Read Previous Page blocks.
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.