ChrisCalvert
Technical User
I have two date time fields that I am subtracting to get a decimal value, which is days. I am only using this because I cannot average the DateDiff field that I get by using the UFL file that I downloaded from crystal's Website. What I need is the value like Xdays,Xmin,Xsec on each record, and then I need the average of those at the end of each group. I use the DateDiff for each record, but the summary does not offer average, only mean and max,etc. for this field. I have another field that is just the same two datetimes, but with a simple subttraction. I average this field, but that give me a decimal number. What I need is to convert this to a Xdays,Xmin,Xsec format. I want to know if there is anything already out there, or in crystal that does this, as I do not want to have to write this myself, if I could even figure it out. So, does anyone know of something like this?