2

Stop distribution of when 'Finished with Errors'

When a publication finishes with errored queries, the report is still distributed - this causes confusion for end users as it appears there is missing data.

Is there a way of stopping a publication sending when there are errors? 

1 reply

null
    • Jason_Picker
    • 2 yrs ago
    • Reported - view

    There is not a way to stop the publication that I am aware of.  We will try to confirm this with our Development team.  You may want to submit this as a feature request on our Product Ideas page here: LINK.  If the query errors are frequent, you might want to think about adding Page Triggers or Report Triggers to the publication to check the validity of the queries so you can either skip the page or report or provide some sort of alternative messaging.  There are two PQL functions that can help: IsEmptyQuery (LINK) for queries that return no data and IsQueryValid (LINK) for queries that generate errors.

Content aside

  • Status Answered
  • 2 Likes
  • 2 yrs agoLast active
  • 1Replies
  • 34Views
  • 2 Following