Hi, I have a query, and no nothing about SQL really.
I need to perform an average on some times.
I have a 'Problem Type' field, and have written an expression that calculates the duration and displays it in 'hh:mm' format.
I need to somehow write an expression that will average that time field at each change in the 'Problem Type' Field, and then display each problem type with one entry just showing average time.
I could paste my current SQL script if it will help.
Should I have a sub query to use the average function?
kind regards,
Matthew
I need to perform an average on some times.
I have a 'Problem Type' field, and have written an expression that calculates the duration and displays it in 'hh:mm' format.
I need to somehow write an expression that will average that time field at each change in the 'Problem Type' Field, and then display each problem type with one entry just showing average time.
I could paste my current SQL script if it will help.
Should I have a sub query to use the average function?
kind regards,
Matthew