conditions

List of conditions

Conditions are used when the report should contain different content depending on some parameter or data.

Syntax:

conditions {
( Condition )+
}

conditions {
   condition ActorBiography default FALSE;
}

They can then be used on attributes and aggregates.

aggregates {
   aggregate ActorData[] Biography() conditionally ActorBiography;
}

The corresponding attribute or aggregate is only added when the condition evaluates to TRUE.

Note:   Conditions are only useful if you plan to generate the PL/SQL code. The generated schema is the same and independent from conditions.


This page is generated from IFS Developer Studio at 2021-08-13 08:48.