When running a Case Lifecycle Report using the Standard Report Type in Salesforce, you may add a filter to show only records where the duration is greater than zero. However, the report may still return records that appear to show a duration of zero.
This occurs because the actual duration value contains additional decimal places (for example, 0.000001) that are rounded to zero in the report display. The underlying value is technically greater than zero, which is why the filter does not exclude these records.
When a Case is created in Salesforce, some cases require a few milliseconds of processing time due to background rules and automation. Common causes include:
The duration calculation uses the following formula:
[previous update date and time (previous historical record) − last update date and time (current historical record)] × 24
A difference of only a few milliseconds produces a duration value greater than zero, but the value is so small that it rounds to zero in the standard report display. The filter set to "greater than zero" still matches these records because the underlying stored value is not exactly zero.
To see the full duration value including decimal places, add a Summary Formula Column or Row-Level Formula to your report using the settings below:
DURATION:SUMNote: DURATION:SUM is a special formula syntax available in Case Lifecycle Reports that returns the total duration in days. If you use a Summary Formula Column, the calculation displays at the summary level. If you use a Row-Level Formula, the calculation appears on each detail row.
Business Hours Duration Note: Business Hours Duration is calculated as the number of hours the case was in a stage during defined business hours, multiplied by 24, to display the value in days. For example, exactly 5 business days at 9 hours per day equals 45 hours, or 1.875 days.
000383403

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.