Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I'm using QDF so far, my initialization script is as follows:
// InitLink.qvs Initiating Qlik Deployment Framework
SET vG.BasePath=; //Clear cache
SET vG.SharedBasePath=; //Clear cache
SET vG.RootContainer='QDF_ROOT';
set vG.HomeContainer = '6.PSA';
$(Must_Include=lib://$(vG.RootContainer)/$(vG.HomeContainer)/InitLink.qvs);
some times I need to debug my script but the debugging of the above line in red takes around 12 mins
kindly advise on how to overcome this issue