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
Append Query in Access 2007...
Exchange 2007 SP2 install fails on Unified Messaging
error LNK2005: (already defined)
Can I add additional SSL cerificate for single domain?
How Can I Change Account Locked Out message
After Update in Access
Restrict value to field - unique but allow certain values
Windows XP does not automatically install usb devices
Volume Control Wave function always muted
SSRS Report display all months