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
How to combine two sp
Change Paper Source in DOCX
Access 2007 lost focus event
WSAEventSelect returns err WSAENOTSOCK
Import and export rows in Access 2003?
Require data entry before save of an Excel sheet
calculating moving average
Internet Explorer 6 starting slow on Windows Server 2000 Terminal Server
IIS Start call function
MS Access 2000 not able to find advapi32.dll file but it is in the windows/system32 file.