Skip to content

Reading an execution

Opens a single run’s detail, breaking down exactly what happened from start to finish - the fastest way to understand why a report succeeded, partially failed, or failed outright.

  1. From execution history, select the eye icon (or View detail) on any run.

  2. Review the summary: Started and Completed timestamps, Duration, Emails sent, and Type (a single run, or one iteration of a bursting/cycle run).

    Execution detail panel showing started, completed, duration, emails sent, type, and the start of the execution log

  3. Scroll the Execution log to see every phase the run went through, in order - for example Configuration, Qlik connection, Data selections, Send condition, Render, Recipients, Send email, and Finalize. Some phases nest their own steps underneath, like an Attachment built during Render.

    Execution log scrolled further showing Render with a nested Attachment step, then Recipients, Send email, and Finalize

  4. Each entry shows how long it took and its outcome (Success, Info, or an error), with a short description - read top to bottom to follow exactly what happened.

  5. Use Export JSON to save the full log, or Refresh to pull the latest state while a run is still In flight - the log fills in live as each phase completes.

A report’s last run shows Partial instead of Success. Opening its detail, the execution log reads cleanly through Configuration, Qlik connection, and Data selections, but the Send email step shows an error for one recipient while the others succeeded - pinpointing a bad address instead of a broader delivery problem.