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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying progress in a hidden script

The setting in document properties "Show progress for hidden script" appears to be an all or nothing setting.

It seems like the choices are

1. do NOT show progress - user gets no feedback and just has to wait patiently during the load

2. Show progress - but this allows other people to see the contents of your hidden script by stepping through it in the debugger.

Is there any way to have something in between that maybe I missed?

I would like to selectively put out a few progress messages during the load without exposing the hidden script.

ws

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

You got it right - it's "all or nothing".

Typically, hidden script is only used for Section Access code. If you hide all of your script, I can understand your problem...

You can use "TRACE" commands to add strings to the progress window, but I never tested it in combination with hidden script and "don't show" setting... Try and see for yourself.

cheers,

Oleg

Not applicable
Author

Closing the loop here.

Trace does not override the settings, so it really is all or nothing.

thanks for the suggestion - it was worth a try.

ws