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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
lturzi
Contributor
Contributor

Issues with home container in QDF

hello forum, I'm following the instructions in the QDF starting guide, I've copied&pasted the code from the guide in the script:

SET vG.BasePath=; //Uncomment this line to reset cache
$(Include=lib://Root\InitLink.qvs);

and when I click on "load data" I get the following message:

-------------------------------------------------------------------------------------------------------------------------------
Started loading data
 
'### QDF Info, InitLink trying to link to initiation script'
'### DF Info, identified Sense root path lib://Root/ (single LIB mount)'
'### DF Info, identified Sense home container lib://Root/99.Shared_Folders/'
 
Would someone please explain to me why is identifying '99.Shared_Folders' as the home container instead of '0.Administration' as it's shown in the example?
it should look like this:
------------------------------------------------------------------------------------------------------------------------------
Started loading data
 
'### QDF Info, InitLink trying to link to initiation script'
'### DF Info, identified Sense root path lib://Root/ (single LIB mount)'
'### DF Info, identified Sense home container lib://Root/0.Administration/'
 
Regards

Labels (2)
0 Replies