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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mrainey18
Creator
Creator

Data Load Progress Screen

Is there a way to display text to the data load progress screen?  Example: before each table starts to load i would like to add "Loading table1" or "Loading table2"

Helps with debugging. Limited load is really slow stepping through loops and such. 

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can try Trace Command.

Trace "Started Loading";

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can try Trace Command.

Trace "Started Loading";

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
mrainey18
Creator
Creator
Author

Perfect.  Thank you.