Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rittermd
Master
Master

Display Section Name when error occurs

I have an error handling routine that emails me when an error is encountered in a scheduled task.

I currently display this message as the email message:

LET vMsg = ComputerName( ) & '  Sent at ' & Now() & '  ' & DocumentTitle();

Is there a way to add the actual section name where the error occurred to this message?

0 Replies