Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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

1 Solution

Accepted Solutions
swuehl
MVP
MVP

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
MVP
MVP

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);