AnnetteB1305
Technical User
Hello,
I have created a chart in a subreport of a report which is showing calls remaining at the end of the day and split by priority. However I also want to add the total calls on this graph but struggling.
The chart is set up to On change of priority show values of Distinct Counts of 8 formulas dependant on the day these are as follows:-
@count1: If {@logdate}<=dateadd("d",-8,CurrentDate)and (isnull({opencall1.closedate}) or {@Closedate}>dateadd("d",-8,CurrentDate))
then {opencall1.callref}
@count2: If {@logdate}<=(DateAdd("d",-7,CurrentDate))and ({opencall1.closedate}='' or
{@Closedate}>(DateAdd("d",-7,CurrentDate)))then {opencall1.callref}
and so on until it's current date minus 1 day.
The @Closedate formula is just as follows:
If {opencall1.closedate}<>'' then Date({opencall1.closedate}) as the closedate is not a date field.
How can I include the total calls for each day i.e. High, Med and Low for all 8 days.
I have also made a crosstab for this report but I had to do a manual crosstab to incorporate all the info.
Thanks in advance.
Annette
I have created a chart in a subreport of a report which is showing calls remaining at the end of the day and split by priority. However I also want to add the total calls on this graph but struggling.
The chart is set up to On change of priority show values of Distinct Counts of 8 formulas dependant on the day these are as follows:-
@count1: If {@logdate}<=dateadd("d",-8,CurrentDate)and (isnull({opencall1.closedate}) or {@Closedate}>dateadd("d",-8,CurrentDate))
then {opencall1.callref}
@count2: If {@logdate}<=(DateAdd("d",-7,CurrentDate))and ({opencall1.closedate}='' or
{@Closedate}>(DateAdd("d",-7,CurrentDate)))then {opencall1.callref}
and so on until it's current date minus 1 day.
The @Closedate formula is just as follows:
If {opencall1.closedate}<>'' then Date({opencall1.closedate}) as the closedate is not a date field.
How can I include the total calls for each day i.e. High, Med and Low for all 8 days.
I have also made a crosstab for this report but I had to do a manual crosstab to incorporate all the info.
Thanks in advance.
Annette