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
Convienent way to plot addresses on a map
Outlook Anywhere - Exchange 2007 (SBS 2008) and Outlook 2003 / 2007
Problem with RichEdit20a and FindText?
unable to make MDE file
Reading an Outlook inbox
StringBuilder overflowed by unmanaged code
combo box - basic question
How to load .dbf file into SQL Server 2008 Table?
Installing a Windows 7 network printer
Add Milliseconds to Datetime