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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

How to reference script defined in Custom folder

Hello

in one of containers I've created a QVS file and named it 1.MyCompanyName
in this file I created a sub called myCompanyName.LookUp

now I'm working on a Qlik Sense dashboard
I initiated the framework as follows:

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

SET vG.HomeContainer='lib://QDF_ROOT/2.QVD_Generator/';

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

and I got all variables starting with vG

for now everything is fine

now if I want to call the myCompanyName.Looup do I need to explicity include the 1.MyCompanyName.qvs or should the InitLink.qvs references the file by default?
kindly advise as now when I call my custom function I get an error when I reload the dashboard

Regards,

I can walk on water when it freezes
Labels (1)
1 Reply
maximiliano_vel
Partner - Creator III
Partner - Creator III

Try

$(Must_Include=$(vG.CustomPath)\1.MyCompanyName.qvs);

Regards