Email Summaries event not fired If at least one of the selected formula indicator has the possibility of returning division by zero with a direction set and a target value defineIssue The events won't be fired from Email Summaries If at least one indicator in the "Dynamically" or "Manually" selected list of formula indicators has the possibility of returning division by zero with a direction set and a target value define. Steps to Reproduce: - Create a formula indicator and set:Name: test formulaDirection: MinimizeFormula: 1 / ([[Number of open incidents]] - pa.getScore($[[Number of open incidents]],score_end));- Save the formula indicator- Create a target for the formula indicator.- Create a target value for the formula indicator target with 'Target At' set to the previous day.- Open the PA job "[PA Incident] Daily Data Collection" and click on 'Execute Now'- Now navigate to 'Performance Analytics > Automation > Email Summaries'- Create an email summary and set :Name: test summaryActive: uncheckedBy Condition: unchecked- Click Submit- Open the 'test summary' record- Click Edit in the 'Indicators' related list- Search for 'test formula' and add into the Indicators List- Click Save- Click Execute Now- Click on 'Show Fire Events' related link Expected Behavior: There should be a 'pa.job.indicator.notification' event created for this summary Actual Behavior: There is no 'pa.job.indicator.notification' event created for this summary and there is a NullPointerException in the localhost logs.CauseIf at least one indicator in the "Dynamically" or "Manually" selected list of formula indicators has the possibility of returning division by zero with a direction set and a target value define.