Avatar

Correct answer by
Community Advisor

Hi @Ramaswami 

  1.  We cannot have everything in delivery table this is why database normalization exists. Tracking information is in tracking table so you have to join tables and use result.You can make your own cube/report and make month filter and just change it in fronted while join works in background.
  2. You may find it on NmsDeliveryLogStats table or use Broadcast statistics report.
    • iUnknownUser  -> Hard bounce
    • iUnreachable + iMailBoxFull + iInvalidDomain + iDisabled + iNotConnected + iRefused -> Soft bounce

Regards, Milan

View solution in original post