Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have updated my edition of QlikView to v10 and the bellow bit of code has stopped working, QvPath is returning "" all the time. Anyone else seen this or am I doing something stupid !!
Thanks.
// Set the DEVELOP flag to false, the config file on develop will set to 1
LET DEVELOP=0;
// will look for the config file in the install directory
LET vcPath = QvPath & '\config.txt';
$(include=$(vcPath));
/* FTP the required files */
IF DEVELOP=0 THEN
EXECUTE cmd.exe /C "D:\QV Applications\FTPQVfiles.bat";
ENDIF
Was that code working in version 9.0? I would think you'd have to expand the QvPath variable like this:
LET vcPath = '$(QvPath)' & '\config.txt';
@Pearceg,
For best results, I would post to the QlikView 10 Beta site at http://beta.qlik.com/
Thank you both for your reply, I have re run all the applications and they all now seem to work, I will assume that it was me doing something stupid !!!
Thanks again....