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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Retrieving Client Build Number

Hi, is there any vbscript to retrieve the current Qlikviews "Client Build Number" which is located under "Help" - "Document support information" on the menu. Thanks in advance

12 Replies
erichshiino
Partner - Master
Partner - Master

Interesting. I didn't know

What about the qlikViewVersion() on the interface? How does it behave?

If it works you can call it on script :

(activedocument.Evaluate("QlikViewVersion()"))

Please, let me know about the results,

Rgds,

Erich

Not applicable
Author

Hi Erich, I can successfully compare my versions in VBScript now, all i need to do now is to close the qlikview document if the version is not correct - do you know how to close Qlikview using vbscript? thank you for all the help...

Not applicable
Author

found the script, thanks