I have a report that I want to group by duration (number of days). So, say my report is based off of a trouble ticket which consists of 3 assignments that could be resolved at any time in any order. I want to find the duration between when the call was taken and when the assignment with the latest date and time was solved.
Then I want to group by number of days. Help, I'm pulling my hair out.