Trace Options
- Last UpdatedAug 14, 2025
- 1 minute read
Allows you to filter any sections of unwanted code from traces. The Trace Output Filtering Options window is displayed populated with criteria modelling notes.
Note:
To apply the filter criteria (Leave Enter/Exit Lines), close the Trace Output Filtering Options window

You can set the criteria to match on the Enter and Exit lines in the trace code. This is of particular use for internal system functions, if the line matches then the content between the Enter and its relative Exit line will be removed from the trace code.
Each string criteria must be bound by the '|' character and multiple strings can be combined using "AND". Regular expressions can also be created using REGEX() syntax.
Below are 3 examples of how this can be used:
-
|] collectallfor| Matches on enter lines which contain the text "] collectallfor"
-
REFRESH|AND|[1]| Matches on enter lines which contain the text ".REFRESH" and "[1]"
-
REGEX(\b] Internal Command\b)| Matches on enter lines which match the regular expression "\b] Internal Command\b"
Delete All
Deletes all entries in the Trace Outputs Filtering Options window.
Defaults
Populates the Trace Output Filtering Options window with defaults.