Hi all,
History: I work for a telephone support company, and every enquiry we receive it has to be logged. These calls are left open if not resolved, if they are resolved they are closed.
I am creating a report in which shows these calls are open and closed at the beginning, end and during the time selected. I have two fields: one holds the dates inwhich calls are open (Calls.dateOpened) and the other shows the dates inwhich the calls where closed (Calls.dateClosed).
I also have two parameters one in which is {?start date} and the other {?end date}, these dates being the dates in which the user wants to show.
I can get a count of calls inwhich are logged and closed inbetween the {?start date} and {?end date}. What i can't do is get a count of all the calls inwhich are still left open before the {?start date} parameter selected, and also a count of calls still left open at the end of the date period.
I also have field {Qcallsstatus.status} inwhich shows the status of calls; either: "open" or "closed"
I am using a cross-tab and want to show the results in a chart.
I have tried using a formula field for calls Open before the date selected:
{QCallsStatus.Status} = "Open" and {Calls.DateOpened} >= {?start date} and {Calls.DateOpened} <= {?end date}
For calls inwhich are still open after the {?end date} selected ihave tried this in a formula field:
{QCallsStatus.Status} = "Open" and {Calls.Dateopened} <= {?end date} and {Calls.DateOpened} >= {?end date}.
Both of the formulas don't return the value im want. If anyone can help please do. Cos im very stuck.
Thankyou SMUT
History: I work for a telephone support company, and every enquiry we receive it has to be logged. These calls are left open if not resolved, if they are resolved they are closed.
I am creating a report in which shows these calls are open and closed at the beginning, end and during the time selected. I have two fields: one holds the dates inwhich calls are open (Calls.dateOpened) and the other shows the dates inwhich the calls where closed (Calls.dateClosed).
I also have two parameters one in which is {?start date} and the other {?end date}, these dates being the dates in which the user wants to show.
I can get a count of calls inwhich are logged and closed inbetween the {?start date} and {?end date}. What i can't do is get a count of all the calls inwhich are still left open before the {?start date} parameter selected, and also a count of calls still left open at the end of the date period.
I also have field {Qcallsstatus.status} inwhich shows the status of calls; either: "open" or "closed"
I am using a cross-tab and want to show the results in a chart.
I have tried using a formula field for calls Open before the date selected:
{QCallsStatus.Status} = "Open" and {Calls.DateOpened} >= {?start date} and {Calls.DateOpened} <= {?end date}
For calls inwhich are still open after the {?end date} selected ihave tried this in a formula field:
{QCallsStatus.Status} = "Open" and {Calls.Dateopened} <= {?end date} and {Calls.DateOpened} >= {?end date}.
Both of the formulas don't return the value im want. If anyone can help please do. Cos im very stuck.
Thankyou SMUT