Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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);