Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView 11 and macro debugging (VBScript)

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

4 Replies
marcus_sommer

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

juan_c_martinez
Contributor III
Contributor III

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

Not applicable
Author

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???

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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