Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've been playing around with the QDF for Qlik Sense. After mounting a root file and a home folder I try to run the InitLink, but I get this error:
Started loading data
After looking aronud I came across this thread:
https://community.qlik.com/thread/206361
This helped me figure out that there is issues between Qlik Sense 2.2 -> and the framework so you need to replace 1.FileExist.qvs in your SUB folder:
<Root>\3.Load\3.Include\4.Sub
I hope this helps anyone else that come across this issue.
Attached a photo of my LIB connections and the script I am using to execute is simply:
SET vG.HomeContainer='lib://Example';
$(Include=$(vG.HomeContainer)\InitLink.qvs);
lib connections:
After looking aronud I came across this thread:
https://community.qlik.com/thread/206361
This helped me figure out that there is issues between Qlik Sense 2.2 -> and the framework so you need to replace 1.FileExist.qvs in your SUB folder:
<Root>\3.Load\3.Include\4.Sub
I hope this helps anyone else that come across this issue.