Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
andrespa
Specialist
Specialist

Can I go up on a Qlik Sense folder

Hi, I have an issue that might have no solution, but still I have to ask. I have the following fodler structure:

Desktop

     QDF

          IncludeFilesA

               LoadInclude.qvs

          IncludeFilesB

          IncludeFilesC

     pathConfig.qvs

I have a folder (i.e. QSFolder) with a defined path (C:/Desktop/QDF/IncludeFilesA) so I use it as a variable on the script includes:

vQSFolder = 'lib://QSFolder';

$(Must_Include=[$(vQSFolder)/LoadInclude.qvs]);

That works fine, but the problem is that inside that include I have another includes that I need to load:

$(Must_Include=[$(vQSFolder)/pathConfig.qvs]);

So the problem is that vQSFolder is pointing to C:/Desktop/QDF/IncludeFilesA and the pathConfig.qvs is one level up on the folder structure. I know an evident solution is to put the pathConfig.qvs file at the same level of the root folder, but that's not possible due to the replication folder structure we want to achieve. So the question is if there's some way to have something like this:

$(Must_Include=[$(vQSFolder)/../pathConfig.qvs]);


That as far as I know it's not possible to use relative paths when you are using lib, so if someone knows how to achieve the same behaviour I'll be very thankful.


Hope it's clear enough.


Cheers,

Andrés

0 Replies