Hi I have an SSRS report which gets the count of number of tickets for each type. I also need to calculate the SUM of time taken to process each ticket. For Type - Financial, No. of ticket = 3, the Total time should be (90+30+60) and not just 90. Total time is in minutes. How can I calculate the SUM? I tried =SUM(Fields!Estimate.Value) but its not working. Peroid Type Total Time No. of ticketsJan-14 Financial 60 1Jan-14 Financial 90 3Jan-14 Data 100 1Jan-14 HR 0 2Jan-14 HR 30 1Thanks for help
↧