Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
roee1983
Contributor III
Contributor III

Trace function

Hi all,

Can someone explain and give an exapmle for TRACE function?

thanks

Roee

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

I assume you know the HELP file (press F1 in QV), which explains the Trace function as follows:

Trace

The trace statement writes string to the Script Execution Progress window and to the script log file, when used.

The syntax is:

trace string

Examples:

trace Main table loaded;

trace $(MyMessage);

View solution in original post

1 Reply
swuehl
Champion III
Champion III

I assume you know the HELP file (press F1 in QV), which explains the Trace function as follows:

Trace

The trace statement writes string to the Script Execution Progress window and to the script log file, when used.

The syntax is:

trace string

Examples:

trace Main table loaded;

trace $(MyMessage);