If you want to change the customization of a node that requires ESQL (Compute, Database, or Filter), you can modify the ESQL statements within the module that you created for that node.
Before you start
To complete this task, you must have completed the following task:
To modify ESQL code:
If you prefer, you can open the ESQL file directly by double-clicking it in the Broker Development view. You can select the module that you want to work with from the Outline view.
The editor provides functions that you can use to help you modify your ESQL code. These functions are described in ESQL editor.
You can also modify the ESQL source by selecting
. This option formats all selected lines of code (unless only partially selected, when they are ignored), or, if no lines are selected, formats the entire file (correcting alignments and indentation).You can add comments to and remove comments from your ESQL code: