Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

link with available containers

Hello I'm working on Qlik Sense

I'm using QDF and I have the containers defined below:C838D138.PNG

I created a new app and I put the below script:

/*

QDF initiation script

*/   

set vG.BasePath=;  //Clrear cache

set vG.SharedBasePath=; //Clrear cache

SET vG.RootContainer='lib://QDF_ROOT/';

SET vG.HomeContainer='lib://QDF_ROOT/3.Customer_Case_Analysis/';

$(Include=lib://QDF_ROOT/InitLink.qvs);

/*****************************************************************/



/*

we need to read QVD files from the QVD Generator container

    and mainly from the Transform folder of the QVDs

*/

call LCGV('QVDGEN','QVD');

/*****************************************************************/

when I reload I get the following warning:

Capture.PNG

and so the variables that hold the QVD path for the QVDGEN container are not created
kindly advise

dwambg

I can walk on water when it freezes
Labels (1)
0 Replies