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
windows server 2008 unattended install
WPF: Applying multiple styles
VBA INSERT Statement - Get MAX(Date/Time)
Does "DoCmd.TransferSpreadsheet<wbr /> acImport" allow you to append records to an Access table ?
SQL DBCC CHECKDB finds errors that it cannot fix
Learning Active Directory
Formatted Crystal Report
asp.net ..for loop - limit to reading first row of DataRow in dtVolumeOrder.Rows()
Use of Cards.dll in VB.NET
Pass more then 1 value to ConverterParameter\Binding<wbr />Item