Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Include script file and absolute path ?

Qlikview 11 for developers says this is how you can include a script or qvs file into your script -

$(Include=tracerowcount.qvs);

This is for when the qvs is in the same folder as the app. what if is not ?

4 Replies
jsingh71
Partner - Specialist
Partner - Specialist

Then you need to provide the path.

Not applicable
Author

You can provide the relative path to your folder.

Click on Relative path option and then include your file. It will automatically give the relative path to your folder.

Not applicable
Author

If it is not in the same folder then it should be like this

$(include=..\folder name\tracerowcount.qvs)

Arun

Not applicable
Author

Yes, You need to give relative path