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
catching and handling SQL deadlocks from vb.net
Excel formula? (part 2)
Word 2007 opens slowly in Windows 7
Tools to replicate from SQL server 2000 to SQL server 2008
SQL Query
DC Promo fails to remove AD. NTDSUtil fails with "The connected server will not remove its own metadata."
DHCP Server Service won't start
Timers in CWinthread derived classes
Need help with SQL INSERT query
logon.exe deleted - need help restoring it