Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to access one file from one relative path in a QVW document. Somehow the document is not picking up that file.
The same relative path works fine for other Qlikview applications and file gets picked up. I am not able to figure out what the issue is as when i give complete path the same file gets picked up. Anybody has idea about such scenario?
Could you post your script here?
$(include=..\..\Resources\Connection\aaa.txt);
CONNECT TO $(abc_DB);
SET QliviewROLE = ('abc','pqr');
$(include=..\..\Resources\xyz.txt);
This is sample of the way in which we have written a script
Make a teste please,
Instead of using include use must_include.
If the file is not there, will generate an error, so we can check