Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jsingh71
Partner - Specialist
Partner - Specialist

Reload error message not appearing

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.

1 Solution

Accepted Solutions
vivientexier
Partner - Creator II
Partner - Creator II

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

View solution in original post

3 Replies
vivientexier
Partner - Creator II
Partner - Creator II

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

jsingh71
Partner - Specialist
Partner - Specialist
Author

Thanx a lot Vivien.......perfect answer

Not applicable

Hi,

I checked the Generate Logfile, but still no log file was created. What could be the reason for this?

Thanks,

Guy