Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Debug Limited load

Hi

In QlikSense .NET SDK is there a way to load a script as in Debug limited load with the SDK?

Thanks

2 Replies
konrad_mattheis
Luminary Alumni
Luminary Alumni

Hi,

thats possible:

bye

Konrad

Not applicable
Author

Hi,

While executing the script in debug mode engine pauses the script run at a number of places to receive feedback (interaction) on what should be done next.
For instance engine pauses:
- Before executing a new script statement;
- When error occurs while executing a script;
- The whole script is executed.
When running reload in debug we will have to process a number of GetProgress, GetInteract and InteractDone requests until the response to DoReload is returned.
DoReload will send a response to the request after the script run process is finished (successfully executed/cancelled or "ended here").

Attached you will find an solution / project that contains an example on how to do limited load. Just set the NbrOfValuesLoaded to the amount you wish to load.

Best regads

Lars-Göran Book