Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can we customize log file in QlikSense?

By default, it executes all the steps and log file gets generated with pass and fail. I want to add control in my script that if any condition fails, the execution should stops and reports message in log file. Is it possible?

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

The reload should stop on error by default.  Unless you have

SET ErrorMode=0

in the script.  If you have this setting, remove it.

-Rob