Hi,
I currently have a report in SSRS 2008R2 and I'm returning a string time format from my sql which works fine in most cases however I'm starting to get more #errors and trying to work through the problem. What is going on is the results at times come back like this "09:47:94" which is not a real time and is why I'm getting the #error. However I added a column and stript out just the number to "094794".
How can I convert these number back to time? in this case I think it shoud read "09:48:34" as the real time?
Can someone advise?
Thank You, Mike