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
AD and Sysvol Replication
Read and Change Control Value from Thread
mqsvc.exe has generated errors - message at startup - what does it mean and why etc.?
vmm32\bios.vxd
How to change gradually by code the forecolor of a Progressbar ?ex:from green to yellow
Disable Domain Policy application, Domain Admin addition
Does SingleOrDefault return null on multiple results?
Call main form refresh function
Reference for Accessing Minitab Objects via VBA
Copy Excel and Paste Special into Outlook E-mail Message Body