Hello I'm working on Qlik Sense
I'm using QDF and I have the containers defined below:
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:

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