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
Debug Export to Excel and Run Macro
How to Display a User Control on Form in CODE
In SQL query how to use If statement that if column value blank then assign value Empty else Not Empty
Limit the number of attendee's to a class
Acces to Path Denied error in VB.net
Loop select statement and update rows with the results?
ADO vs linked dsn
Find computers in my network
MS Access Call to SQL Stored Proc with Return Value
Directory Tree using Excel/VBA - Retrieve Author/Owner Details as well as file attributes..