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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loading directive

Hi,

I am using the commndline to reload my .qvw:

"C:\Program Files\QlikView\qv.exe" /R /VvIncrementalTotalLoad=1 "C:\Users\Administrator\qvapps\myapp.qvw"

in my loading script I am making:

if $(vIncrementalTotalLoad)=1 then

// Incremental Load instructions

else

// Total load instructions

endif

unfortunately below implementation doesn't work only after running twice the commandLine. The purpose is to add some variables so that my loading script's behavior becomes dynamic.

Any Idea about the issue?

Thank you in advance!

HJ

0 Replies