Hello!
I have a table wich contains product number and different time date attachet pr product number.
Today we have used to calculate MEAN to get an average time consumed pr product. We have now learned that MEDIAN would give us more quality data since we sometimes have abnormalities on time consumed.
However. Access 2007 does not seem to have a MEDIAN function, and when i google it i only find code to do this for an entire dataset.
I have 10000 different products in the table, all with 10-50 time consumed rows. I also need to update our MEDIAN time consumed data pr product a couple of times a day. If i should use the code that M$ provides i have to close and open a connection to the table 10000 to get the results that i want
http://support.microso ft.com/kb/q95918/
Anybody have seen another solution for this?
I have a table wich contains product number and different time date attachet pr product number.
Today we have used to calculate MEAN to get an average time consumed pr product. We have now learned that MEDIAN would give us more quality data since we sometimes have abnormalities on time consumed.
However. Access 2007 does not seem to have a MEDIAN function, and when i google it i only find code to do this for an entire dataset.
I have 10000 different products in the table, all with 10-50 time consumed rows. I also need to update our MEDIAN time consumed data pr product a couple of times a day. If i should use the code that M$ provides i have to close and open a connection to the table 10000 to get the results that i want
http://support.microso ft.com/kb/q95918/
Anybody have seen another solution for this?
Comment