Hey guys, im attempting to run a query and i return the below data:
ID | % of calls answered | Date | Sunday |Monday...etc
Currently, i return:
jdoe | 80% | 7/1/2013
I need to know how to return a specific day in another column with that days stats like below:
jdoe | 80% | Sun
jdoe |75% | Mon
...etc