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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QvPath in v10

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


3 Replies
Not applicable
Author

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';

Not applicable
Author

@Pearceg,

For best results, I would post to the QlikView 10 Beta site at http://beta.qlik.com/

Not applicable
Author

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....