gennaroalpha7
Technical User
Hi -
This is a continuation of thread thread767-1733072 - I would like some help from more experienced Crystal Developers please.
I have 4 fields on my report. They are CallLog.CallID, CallLog.RecvdDate, CallLog.CallStatus, and Asgnmnt.AssignStatus
I would like the report to pull Open Tickets that only have "Closed Assignments", but its pulling tickets with Active Assignments too.
I have grouped on CallLog.CallStatus and Asgnmnt.AssignStatus and added this code, {Asgnmnt.AssignStatus} <> "Active", to Report > Selection Formulas > Group and added this code, Date ({CallLog.RecvdDate}) in Lastfullmonth and {CallLog.CallStatus} = "Open", to the Report > Selection Formulas > Record.
Is there something I have to do to make this work or something I am missing?
Thx in advance for your help.
G.
This is a continuation of thread thread767-1733072 - I would like some help from more experienced Crystal Developers please.
I have 4 fields on my report. They are CallLog.CallID, CallLog.RecvdDate, CallLog.CallStatus, and Asgnmnt.AssignStatus
I would like the report to pull Open Tickets that only have "Closed Assignments", but its pulling tickets with Active Assignments too.
I have grouped on CallLog.CallStatus and Asgnmnt.AssignStatus and added this code, {Asgnmnt.AssignStatus} <> "Active", to Report > Selection Formulas > Group and added this code, Date ({CallLog.RecvdDate}) in Lastfullmonth and {CallLog.CallStatus} = "Open", to the Report > Selection Formulas > Record.
Is there something I have to do to make this work or something I am missing?
Thx in advance for your help.
G.