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
Navigation buttons in Access
Make a jscript work in all versions of MS Internet Explorer like it works in Mozilla
System.Date type in a dataset?
Need help on sorting a gridview
Add preset percentile counts to SQL SP
Safe Shutdown of Windows 2008 Server connected to APC UPS
How do you get the Date and Time into the format CCYYMMDDHHMMSS?
Flash won't install in IE7
I am getting a type mismatch on this Macro. Need help updating it.
Get active application name