Debugging Datalayers
Datalayer results and performance can be viewed during development using the Debugger Trace Report:
The debug information for a typical DataLayer.SQL run is shown above.
This is very useful in determining the exact query (especially if tokens are being used) and the execution time required. The actual data retrieved can also be viewed using the Memory Stream Data link. If multiple datalayers run concurrently, they'll be shown here with individual links to their details.
Element IDs for datalayers are optional. However, we suggest you always provide a unique datalayer element ID, for ease in understanding the definition and, significantly, so that the datalayers are easily identified in the Debugger Trace page.
More information about use of the debugger can be found in Debug Reports.