Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks
I'm having trouble getting a very simple statement to work in the load script, I have a QVS file called LDAPDataLoad.QVS stored on C:\QLIKVIEW\QVS and I have added a line in my load script as follows:
$(Include = "C:\QLIKVIEW\QVS\LDAPDataLoad.QVS")
Nothing happens at all when I run the load script, when I run it in debug it simply jumps past this line as if it doesn't exist, no errors are reported (this is normal behaviour for QlikView though, to provide completely inadequate error messaging). I am at a loss as to what I'm doing wrong here.
Any help on this would be appreciated as I'm now at the end of the road........
I found the answer, all must be in lower case, and without any quotes at all, then it works.
Actually I found it because the EDIT menu in the load script has an option for include, so I used that and checked the syntax (probably should have checked the manual first).
Did you try with single quotes instead of double qoutes??
Now tried double quotes, single quotes, no quotes........
$(Include = 'LDAPDataLoad.QVS')
$(Include = "DBConnectionCCDW.QVS")
$(Include = StandardVariables.QVS)
Nothing works!
I found the answer, all must be in lower case, and without any quotes at all, then it works.
Actually I found it because the EDIT menu in the load script has an option for include, so I used that and checked the syntax (probably should have checked the manual first).