Forum Discussion

Maurgi's avatar
Maurgi
New Member
9 years ago
Solved

Can't use SQL TIME as Duration

I need to display a duration (hh:mm:ss.mmm) in a grid and in a chart.   I have a SQL view where I use a date difference to generate a Duration field converting to Time:  CONVERT(TIME,r.DateUpdated...