Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
But in this, Can i see the data?
But in this, Can i see the data?
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