I have a report that give summary and count in all the group levels and a grand total for each variable.
I will need % of few variables in one of the groups.
Here a short sample.
I have a table of after hours calls.
Groups - Account number, monthly.
At the monthly group - I have total calls for each call taker(2 variables-2 call takers) and the total calls for this company for the month.
I need to calculate the % for each call taker of the total monthly calls, as well as the % at the end of report according to the date parameters that I have provided.
My variables are:
if trim({HickoryMyrnaCalls.CallTaker}) = "H" then
1
And the total for this is a summary of this variable in the month group.
How do I perform the calculation for the %
I hope my question is understood.
Thanks in advance for any reply.
MS.
I will need % of few variables in one of the groups.
Here a short sample.
I have a table of after hours calls.
Groups - Account number, monthly.
At the monthly group - I have total calls for each call taker(2 variables-2 call takers) and the total calls for this company for the month.
I need to calculate the % for each call taker of the total monthly calls, as well as the % at the end of report according to the date parameters that I have provided.
My variables are:
if trim({HickoryMyrnaCalls.CallTaker}) = "H" then
1
And the total for this is a summary of this variable in the month group.
How do I perform the calculation for the %
I hope my question is understood.
Thanks in advance for any reply.
MS.