PL/SQL Editor BACK | 1 2 3 4 5 | NEXT | TOOLMAP
Triggers are PL/SQL program units that "fire" at specific times during report execution.

One common use of triggers is to govern conditional formatting. For example, you can use a format trigger to cause a value to display a certain way under certain conditions.

Suppose you want to create a format trigger that changes the color and font of the data in the SALES field if the value is over a certain amount.