Hello,
i have calculated the difference ( say LeadTime) in when an issue was approved and when it was marked done. the total of diff is calculated at the parent level
second, i have counted (say noOfIssues) the number of issues which aware approved and marked done in a month. the total count is calculated at parent level
Now, i just want to divide LeadTime/noOfIssues and it is giving me div/0
i have already made sure to check that noOfIssues > 0, i have made sure that all of these variables are numbers
I have also separately calculated each of the number and it works fine. also LeadTime - noOFIssues works fine, LeadTime + noOfIssues works fine it is just the division that is not working as expected.
Any help is much appreciated.

