Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Temporarily pause progress tracing without hidden script usage.

I have a sub procedure that I use to make comments for runtime execution. The procedure works something like this:

1) calculate runtime to this sub and from the previous call to this sub
2) append current runtime performance to a historical comment log qvd.
3) show the trace of the comment to the progress window.

So one execution of:

call sMakeComment('my comment.');

Unfortunately writes:

Existing_Profile_PROFILERUSEONLY << COMMENTS_QVWNAME 668 lines fetched
PREV_STEP_PROFILERUSEONLY << Existing_Profile_PROFILERUSEONLY 1 lines fetched
Existing_Profile_PROFILERUSEONLY << AUTOGENERATE(1) 669 lines fetched
##### My Comment.

to the progress window.

Does anyone know a way (aside from popping this into a hidden script) that will keep the progress window from showing the loads into tables? Is there a progress verbosity setting or something like there is for error modes?

In this example all I want it to do is send

##### My Comment.

To the progress window and not show the table progress.

Thanks for your help.



0 Replies