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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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