Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Relative Path Two Hops broken :(

I have a very odd problem.  Hopefully someone out there can help me understand what's going on or at the least how to resolve it.

The QVW is in the following path:

E:\QlikView\apps\Olympus\qvd\appBYA\*.qvw

The include file is in the following path:

E:\QlikView\apps\Olympus\include\*.txt

The script of the qvw file calls an include file with the below script:

$(Must_Include=..\..\include\DBLoad_Script.txt);

At the end, it then calls this:

$(Must_Include=..\..\include\DBLoad_Script_CleanUp.txt);

The first include statement runs, the second one fails throwing the below Script Error:

$(MUST_INCLUDE failed: E:\QlikView\apps\Olympus\qvd\include\DBLoad_Script_CleanUp.txt

Essentially, the second include statement doesn't hop up two folders, even though that's what's written in the code.  If I add another '..\' it returns a Script Error of:

$(MUST_INCLUDE failed: E:\QlikView\apps\include\DBLoad_Script_CleanUp.txt

0 Replies