Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I'm using the version 1.7.1 of the QDF
I'm trying to link / mount containers
in my script I put the following code:
/*
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 resource
and mainly from the Transform folder of the QVDs
*/
call LCGV('QVDGEN','QVD');
/*****************************************************************/?
However I get the following warning: (check attached image)
kindly advise as I'm stuck and don't know a work around this issue
Ali M. Hijazi - BI Solution Architect
ali.hijazi@setelia.com<mailto:Jean.Aboujaoude@setelia.com>
Mobile : +961 03 197337- Tel: +33 (0)1 55 43 26 01 - 961 (5) 955 417- Fax: + 33 (0)1 55 43 26 10
This message and any attachments are confidential. If you are not the intended recipient or his authorized agent, please be advised that copying, distributing or revealing the contents of this message is expressly prohibited. If you are not the intended recipient, kindly notify the sender immediately by return e-mail and delete this message from your system.
so QDF is not yet working for Qlik Sense?
here I'm stuck and I cannot proceed with development
Can you do the LCGV on other folders with your full code?
Or the QVDGEN is the only problem?
the problem exists for all containers not only QVDGEN
I tried to connect to Shared, Admin, and Example but same warning
here's what I get when I try to link to Example container
this is what I get when I try to link to Admin container
As I understood, you're setting the HomeContainer variable to the 3.Customer_Case folder.
Try setting that to the 2.QVD_Generator and run the command.
You have posted this:
/*
QDF initiation script
*/
set vG.BasePath=; //Clrear cache
set vG.SharedBasePath=; //Clrear cache
SET vG.RootContainer='lib://QDF_ROOT/';
// Try changing this
//SET vG.HomeContainer='lib://QDF_ROOT/3.Customer_Case_Analysis/';
// To the following, where you created the bellow data connection
SET vG.HomeContainer'lib://QDF_ROOT/2.QVD_Generator/';
$(Include=lib://QDF_ROOT/InitLink.qvs);
still not working
Open up this file from the correspondent folder on your folder:
Check if all the containers are mapped on the file, as you configured on the QDF Setup.
why there exists 2 commas after the container names
Its a representation of what you set up on the QDF setup (comments and alt path)
Since you didn't set if for certain containers, the file has this configuration with two commas, not having a value for those fields.