Microsoft
Software
Hardware
Network
Question : date diff expression
I am trying to find time diffrence between 2 dates in SSRS. In SQL i can find it out like this
sum(DATEDIFF(n, OpenDate, ClosedDate)).
How would i write an expression in SSRS to find out the time diff in minutes?
Answer : date diff expression
Try something like this:
=SUM(DateDiff(DateInterval
.Minute,Fi
elds!OpenD
ate.Value,
Fields!Clo
sedDate.Va
lue))
Random Solutions
Pre-Filled Acrobat forms with data from Access
How to get first sunday for every month for one year
sharepoint search does not return results
Code retriving duplicated numbers.
Error importing .reg file
Access 2007 converts all my projects to .mde when I save to local drive
Access VBA If Elseif Syntax Error
Access 2007 Error on Program Start
Domain controller for Group Policy operations is not available. and a couple other things.
Access database file size increase constantly...