Logical Then
Specify a then
condition for a Logical If
component
Description
This component acts as a then
when it is
the child of the Logical If
component. You can
specify this component as follows:
if then
if then else
if then elseif elseif . . . else
Attributes
If component has no children, insert text:
Inserts specified text into the report when the Logical
Then
component has no children. In this case, this component
acts like the Text
component.
Insert Anything into Report?
Yes, when parent if
statement is true.
Class
rptgen_lo.clo_then
See Also
For Loop
, Logical Else
, Logical Elseif
, Logical If
, While
Loop