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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
fishing_weights
Creator
Creator

Calling a subroutine from another QVD

I cannot seem to find a topic on this subject...

Is it possible to create a QVD with all my required subroutines and then call them subsequently in other QVD files?

without having to copy the entire script over

Labels (3)
1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

I'm not sure I understand your logic, but this is my response.

A QVD is a table like an excel worksheet or database table which doesn't have commands.

Within Qlik Sense we can call external script files using $(include=lib://Connection/scriptfile.txt). This may be your solution to put your subroutines in an external text file and call it out when needed.

View solution in original post

1 Reply
Lisa_P
Employee
Employee

I'm not sure I understand your logic, but this is my response.

A QVD is a table like an excel worksheet or database table which doesn't have commands.

Within Qlik Sense we can call external script files using $(include=lib://Connection/scriptfile.txt). This may be your solution to put your subroutines in an external text file and call it out when needed.