Viewing 4 posts - 1 through 5 (of 5 total)
Steve,
You're right, that is much shorter and more concise, thank you!! This will come in really handy for this company as they build contact center software, so much of...
November 28, 2011 at 11:52 am
After much rummaging, I've found the answer here: http://www.sqlservercentral.com/articles/Reporting+Services+(SSRS)/67660/
Here's the function for the report: =Code.GetDurationAsString(<fieldname>)
Here's the code:
Function GetDurationAsString(ByVal total As Double) As String
Dim hour As Integer
hour = Math.Floor(total...
November 26, 2011 at 12:09 pm
I would be doing this in SSRS, and starting with seconds, as an integer. Thank you so much for your help!
November 26, 2011 at 8:09 am
This is great! Just what I've been looking for! One small question - how would I make it pad with a zero for any of the pieces, if...
November 25, 2011 at 2:56 pm
Viewing 4 posts - 1 through 5 (of 5 total)