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

Debugging in QV

Hi,

I want to debug the values in the Qlikiview.Is there any way. I am comparing the data between the database vs Report by creating the chats/tables etc..

I want to rid of this process.If you guys know Informatica,In the informatica we can debug the data and can see the values on the fiy.

Let me know if that option is available in the QV.

Thanks,

Ram

5 Replies
prieper
Master II
Master II

Hi,

for all variables declared during the run of the script you may watch with "debug"-option and then going through step by step (you then can see the values in the lower right window or by hovering the mouse over the script)

HTH

Peter

biester
Specialist
Specialist

Hi,

as a quick option you can also use the "trace" statement in the script to be able to see the debugging information deferred in a logfile if used or the script execution progress window (there only reasonable in connection with deactivating "Close when finished" in this window)

Rgds,
Joachim

Not applicable
Author

But in this, Can i see the data?

Not applicable
Author

But in this, Can i see the data?

prieper
Master II
Master II

Give it a try, you can see the values of all variables, you may run only with reduced set of data and you may stop execution at any time and have a look into the tables.

Peter