Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've just upgraded by QlikView from version 9 to version 11. In one of the reports macro stopped working, but debbuger seems to be missing... Code is not telling me where the problem is.
In version 9 I knew exactly where the problem is, specific line was shown with error description.
What am I doing wrong? How can I turn on vbscript debugger?
BR,
Kuba
There isn't a debugger anymore in qlikview, I believe since QV 10. The best way to find your problem is to split your code in pieces (sub-routines, functions, comments, msgbox ...). Perhaps the reason is simply wrong security settings or missing access rights on new system.
- Marcus
But if you check the QV 11 help it tells that is possible before instlling the Microsoft Script Debugger. It is a bit confusing....
Any case thanks!
Juan
in the QV 11 doc,the macro tool has a [debug] button.
but my QV 11 hadn't it....
i even install Microsoft Script Debugger..........
can anyone help???
The MS script debugger is not available in V11. Best way to tell where a macro is actually failing is to launch the Sub using the Test button available in the Macro Editor. Then it will stop at the actual line in error.
-Rob