Generated SELECT statement color-coding

To help you recognize which part of the generated SELECT statement is current (the part that is accessible to you) and, in the case of repeatable items, which is the current repeatable item, advanced SELECT prototyping uses the following system of colors for the generated SELECT statement:
GREEN
The current part of the SELECT statement and which, therefore, is accessible to you. This includes any data that is part of a current repetition.
YELLOW
Part of a repetition that is not current. To make a non-current (YELLOW) current (GREEN), use the PrvRpt function key (F10) or NxtRpt function key (F11) function keys.
WHITE
Parts of the SELECT statement that are above the level of the current fragment.

Related references