Hi ca8msm (Programmer), SQLDenis (Programmer)
I have a informationfeedback database of which one of the table contain these fields:
==========================================
Quality, timeliness, Needs, Services
10 10 10 NULL
8 9 9 10
9 9 8 9
8 10 NULL 9
=======================================
I had calculated already Avg, Median, Max but left with P75 and P25 Percentile. However some field (as shown above) already contain NULL value which does not allow the output to be acurate.
So, what do you think I can do?. Help & suggest.
Thank you.
Dan