Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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...
found the script, thanks