Logical Else
Specify an else condition for a Logical If
			component
Description
This component acts as an else when it is the child of the
				Logical If component. You can specify this component in one of
			the following ways:
if then else
if then elseif elseif . . . else
Properties
If component has no children, insert text: Inserts specified text
			into your report when the Logical Else component has no child
			components. In this case, this component acts like the Text
			component.
Insert Anything into Report?
Yes, when if or elseif statement is
			false.
Class
rptgen_lo.clo_else
See Also
For Loop, Logical Elseif, Logical If, Logical Then, While Loop