If you want to perform traces to see which functions change a UDR, you can use the trace()
APL function.
The trace command syntax is as follows:
Code Block |
---|
void trace (drudr myUDR, string Message) |
Parameter | Description |
---|---|
| The UDR to trace on |
| The message displayed in the trace |
Returns | Nothing |
Info | ||
---|---|---|
| ||
This is an example of how the trace() function can be used in an Analysis agent.
When doing a trace in Desktop, the messages defined by the trace() function will be shown in the table displaying trace results: See ... for more information about executing traces in Desktop. |