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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I debug partial reloads?

I am writing a load script in QV 9.0 SR5 and some of the LOADs have ADD, meaning they are only to be executed when I do a partial reloa, like this:

[ Code ]

ADD LOAD
Status,
Event,

...

[ /Code ]

The script is causing problems though and I need to debug it. When I use the Debug button in the script editor, it seems to only perform a full Load though.

Is there any way to use the debug tools while performing only a partial load?

Thanks!

Labels (1)
4 Replies
manishnarang
Partner - Creator
Partner - Creator

Hi Peter,

did you find a way to do it?

Regards,

Manish

manishnarang
Partner - Creator
Partner - Creator

Hi Peter,

did you find a way to do it?

Regards,

Manish

manishnarang
Partner - Creator
Partner - Creator

Hi Peter,

did you find a way to do it?

Regards,

Manish

Not applicable
Author

Hi Peter,

Do you encounter this same issue when you step through your code?

Cheers,

Byron