Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Seems like the qv.exe under Program Files\Qlikview does not return a code at all...however the reload works.
Since it's part of an other process I'd need a return code that I can base a decision on.
Is there a way ?
Open for any kind of input...:)
Thx
You can set ErrorMode = 0 so QlikView runs the entire script even if there are any errors. Then you can generat an text file or qvd based on the varible ErrorCount.
Thats an idea, hope it ring any bell
Fernando D'Agosto
Sometimes you can just check to see if the report was updated. This link describes another way: http://qlikviewmaven.blogspot.com/2008/09/checking-for-errors-when-report-reloads.html
Good luck