Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am working on one qlikview application. When I trying to reload the data and during reload time if it fails.
it not showing any error message. How I got this error message if reload fails.
Please help.
Hello Amit,
1)
Go to settings > document properties > General (tab). On the upper-right side check "Generate logfile", then save and reload your application.
Now, in the same repository as your application, a logfile appeared. You will see where something goes wrong.
or 2)
At the beginning of your script, you can also add this :
SET ErrorMode=1; // Ask QlikView to show you errors
SET ErrorMode=0; // Ask QlikView to ignore you errors
Hello Amit,
1)
Go to settings > document properties > General (tab). On the upper-right side check "Generate logfile", then save and reload your application.
Now, in the same repository as your application, a logfile appeared. You will see where something goes wrong.
or 2)
At the beginning of your script, you can also add this :
SET ErrorMode=1; // Ask QlikView to show you errors
SET ErrorMode=0; // Ask QlikView to ignore you errors
Thanx a lot Vivien.......perfect answer
Hi,
I checked the Generate Logfile, but still no log file was created. What could be the reason for this?
Thanks,
Guy