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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How Debugger works in Qlikview

Hi All,

I need to use Debugger in qlikview. I am having following concerns regarding this:

1> Can we debug edit script.

2> Can we debug a chart expression

3> What is the life cycle of the debugger in qlikview. Like which one is first executed edit script, chart expression ?

Thanks in advance

2 Replies
Miguel_Angel_Baeyens

Hello,

The debugger is actually the script debugger, and it's available in your script editor screen.

Chart expressions are not debugged, as they are in an object, out of the scripting process.

The script always runs sequentially from the first line of the first tab (left) to the last line on the last tab (right)

Hope that helps.

Not applicable
Author

Hello Mansi,

I was wondering the same thing on point 2.

One way I found to test/check the output of a chart or object expression is to set that expression as the input for a text object. That way you can quickly see what output you get from that expression.

If it is a large expression you can break it into parts and check which part is failing using the method mentioned above.