I have a report that is suppose to total the time a service event has. For example:
Service provided = 60 minutes or 15 minutes. When I dump my data into sql it changes the datatype into and Integer. So my question is:
How do I format the field to Sum up the time correctly if it is reading as integer and not as time?
Service provided = 60 minutes or 15 minutes. When I dump my data into sql it changes the datatype into and Integer. So my question is:
How do I format the field to Sum up the time correctly if it is reading as integer and not as time?