Kalipso - Form - Expressions - Functions - Functions Descriptions - Keywords - RECORDCOUNT
This Keyword returns a <numeric>, the number of records returned by the last "select" query.
The following Actions can affect the value of this Keyword:
Action
Note
SELECT
The Keyword assumes the number of records returned by the query.
SQL Advanced
If the executed query is a "select", the Keyword assumes the number of records returned by the query. Otherwise, the Keyword assumes value 0.
Exec. Procedure
If a "select" is performed inside the procedure, the Keyword assumes the number of records returned by the first one.
The "Lookup" Function doesn't affect this Keyword.
Last updated 4 years ago