Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Qliksense Version: 3.2
QDF Version: 1.7.0
Hello Qlik, I am recieiving an error when running the code below:
Started loading data
'### QDF Info, Initiation Started' '### DF Warning, could not identify any valid container path, will exit' '### DF Warning, if using Qlik Sense add SET vG.HomeContainer=container name before InitLink.qvs'
Data has not been loaded. Please correct the error and try loading again.e below
Code below:
SET vg.HomeContainer='lib://Folder/QDF Training';
$(Must_Include=$(vg.HomeContainer)\3.Include\1.BaseVariable\1.Init.qvs);
-I have my home container- but what else am I missing?
-Is inti.qvs really necessary?I have renamed files, downloaded other init.qvs and checked links below:
Correct answer (full)
SET vg.HomeContainer='lib://Folder/QDF Training/3.Include/1.BaseVariable';
$(Include=$(vg.HomeContainer)\3.Include\1.BaseVariable\1.Init.qvs);
I also found this link:QDF initiation scripts
But I do not see anywhere where I have INitLink.qvs when I used the QDF tool:
I made it work- I need to put the full path on the set line
SET vg.HomeContainer='lib://Public Data Folder/QDF Training/3.Include/1.BaseVariable';
Correct answer (full)
SET vg.HomeContainer='lib://Folder/QDF Training/3.Include/1.BaseVariable';
$(Include=$(vg.HomeContainer)\3.Include\1.BaseVariable\1.Init.qvs);