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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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);