kentwoodjean
Technical User
I have a table that receives data imported from a text file. One of the fields is shown in hours, minutes and seconds (I.e. 34:22:07). I cannot import it as time (hh:nn:ss) as it will not format correctly and I do not want the hours to roll over to a day. Therefore, it is a general number in CSV and only formats correctly if imported as text.
The report output is all numbers, and there is a line that averages each column. Typically, if my colum were numbers, I would format as:
=Sum([IWR NRwkly.Duration])/Count([IWR NRwkly.Duration])
Because it is a text format, it will not average. Is there anyway I can somehow make this work?
The report output is all numbers, and there is a line that averages each column. Typically, if my colum were numbers, I would format as:
=Sum([IWR NRwkly.Duration])/Count([IWR NRwkly.Duration])
Because it is a text format, it will not average. Is there anyway I can somehow make this work?