Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Vinil
Contributor III
Contributor III

External script

What is the use of external script file?

vinil
2 Solutions

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Very useful for common load script fragments shared by many QV documents - such as initialisation script, connection strings, script setting path or other common variable values, calendar script and section access code. Updates are easier as you can maintain and test the code for many documents in one place.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Very useful for common load script fragments shared by many QV documents - such as initialisation script, connection strings, script setting path or other common variable values, calendar script and section access code. Updates are easier as you can maintain and test the code for many documents in one place.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Vinil
Contributor III
Contributor III
Author

Thank you for providing me the detail information about the External script.

vinil