gennaroalpha7
Technical User
Hello Teachers -
I have been asked to create a report with tickets that are "Open" and have no "Active Assignments". Most tickets that are "Open" have at leaset one "Active" assignment. They want to find tickets that are open, but do not have any "Active Assignments" so they can issue an assignment for the ticket. Need help with this please, as this calls for more than just basic skills.
A ticket can have multiple assignments - some assignments can be "Closed" or some can be "Active".
I have used (see below) these in the Record Selection to isolate these tickets but it's not taking. For example, ticket 1175373 has five assignments, 2 are "Active" and 3 are "Closed". This ticket is on the report because it fullfills the record selection code - it has three assignments that are "Closed". But, I would like tickets to be on the report if they are "Open" and have no "Active" assignments.
Date ({CallLog.RecvdDate}) in Lastfullmonth and
{CallLog.CallStatus} = "Open" and
{Asgnmnt.AssignStatus} <> "Active"
Thanks.
G.
I have been asked to create a report with tickets that are "Open" and have no "Active Assignments". Most tickets that are "Open" have at leaset one "Active" assignment. They want to find tickets that are open, but do not have any "Active Assignments" so they can issue an assignment for the ticket. Need help with this please, as this calls for more than just basic skills.
A ticket can have multiple assignments - some assignments can be "Closed" or some can be "Active".
I have used (see below) these in the Record Selection to isolate these tickets but it's not taking. For example, ticket 1175373 has five assignments, 2 are "Active" and 3 are "Closed". This ticket is on the report because it fullfills the record selection code - it has three assignments that are "Closed". But, I would like tickets to be on the report if they are "Open" and have no "Active" assignments.
Date ({CallLog.RecvdDate}) in Lastfullmonth and
{CallLog.CallStatus} = "Open" and
{Asgnmnt.AssignStatus} <> "Active"
Thanks.
G.