While...End While
Kalipso - Form - Actions - Actions Description - Group Code - While...End While
A while loop is a control flow statement that allows code to be executed repeatedly based on a given condition.
Action available for the following operating systems:
Parameters
Condition <unquoted string> - This parameter is the condition that is verified in iteration of while loop. This condition may be a complex expression with AND and OR operators like in the common programming languages.
Usage
Consider the following database table "Products":
Example 1
Result:
Example 2
Result:
Last updated