Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I see what is causing a unhandled exception in qlikview? are there any logs stored anywhere for that document?
You need to click the Generate log file tick box in Document Properties
HI
You can generate log by using "Generate LogFile" in Document Properties <- General.
or
use trace when you debug the script.
where r the logfiles written too?
They will be written to the same folder the qvw is saved to
The script is fine, when we open up the file and start clicking around on the document we have a unhandled exception
So did you get the logfile?
yea but its not happening during script load
maybe add EXIT SCRIPT; in parts of the Script Editor and try narrow down where the issue is occurring
Issue is only occuring in the webview when after you click on 5 objects or some other random things.. its not in the script. the script runs successfully.. It also runs fine in desktop mode