Conditional Elements

A conditional element has the standard JSP or Java conditional code:

if () {}
else {}

You can insert HTML or applicable parameter form elements between the start and end tag. Production Reporting evaluates whether the condition indicated by the has Value argument is true or false. If true, the enclosed HTML is included in the displayed form, If false, the HTML between the start and end tags is ignored.