I have what i believe is a basic question and hoping someone can shed some light.
I have 2 tables im pulling a report from and im only trying to put two fields on a report, they are "Split_Name" and a Service level formula that takes "answer_under_SL" divided by "Calls offered"
My question is when i group by "Split name" i get the list of all the splits but the service level is the same for all of them (which it shouldnt be) its like its only showing the first service level in the table and then repeating it for each split name. Example below:
Split Name Service Level
Split - a 99.00
Split - b 99.00
Split - c 99.00
The desired outcome would look more like this:
Split - a 99.00
Split - b 75.00
Split - c 82.00
Is there something that i am doing wrong? hopefully there is enough info here for someone to help.
Thanks in advance
Paul
I have 2 tables im pulling a report from and im only trying to put two fields on a report, they are "Split_Name" and a Service level formula that takes "answer_under_SL" divided by "Calls offered"
My question is when i group by "Split name" i get the list of all the splits but the service level is the same for all of them (which it shouldnt be) its like its only showing the first service level in the table and then repeating it for each split name. Example below:
Split Name Service Level
Split - a 99.00
Split - b 99.00
Split - c 99.00
The desired outcome would look more like this:
Split - a 99.00
Split - b 75.00
Split - c 82.00
Is there something that i am doing wrong? hopefully there is enough info here for someone to help.
Thanks in advance
Paul