PinaDiodati
Technical User
Hi,
I would really appreciate help with the following;
I'm using Crystal Reports XI and a HEAT database. I need to show the percentage of Heat tickets that are resolved by desktop support within the target date & time. To do this I ask for all assignments to desktop support but there may be more than one assignment per ticket.
I need for the Report to only select the last assignment to desktop support created for each ticket (callid).
The assignment table has a HEATSEQ field (numbering each assignment), but if I use the formula {ASGNMNT.HEATSEQ}=maximum({ASGNMNT.HEATSEQ},{CALLLOG.CALLID}) in Record Selection, I get the error "This function cannot be used because it must be evaluated later".
How can I get the report to only select the last assignment for each call record? I could also determine the last assignment by assignment date & assignment time.
Thanks
I would really appreciate help with the following;
I'm using Crystal Reports XI and a HEAT database. I need to show the percentage of Heat tickets that are resolved by desktop support within the target date & time. To do this I ask for all assignments to desktop support but there may be more than one assignment per ticket.
I need for the Report to only select the last assignment to desktop support created for each ticket (callid).
The assignment table has a HEATSEQ field (numbering each assignment), but if I use the formula {ASGNMNT.HEATSEQ}=maximum({ASGNMNT.HEATSEQ},{CALLLOG.CALLID}) in Record Selection, I get the error "This function cannot be used because it must be evaluated later".
How can I get the report to only select the last assignment for each call record? I could also determine the last assignment by assignment date & assignment time.
Thanks