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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

File is not picked up from relative path

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?

3 Replies
Clever_Anjos
Employee
Employee

Could you post your script here?

rsdhavle
Creator III
Creator III
Author

$(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

Clever_Anjos
Employee
Employee

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