Using Crystal X against CA-USD incident-logging database
Each incident or 'call' (in a call-ref table) has a link to the 'actions' table, and each call will have multiple actions during its lifetime (open, transfer assignee, log comment, field update, close call, being the most simple of these). Obviously, there could be many 'log comments' or 'transfer assignee' actions for each call.
My client wants a total list of all his team's open calls, and to see the latest record in the actions table for each call. That's easy, group on the call refnumber and just stick the required fields in the Group Header section - but he also wants to know the latest 'transfer' date of the call, which may or may not be the latest action.
So the question is, for each call, whenever the action is a 'transfer' can I store the action date and update it each time a transfer record is read, and use it to display in the report on the final record?
Ta for looking...
Each incident or 'call' (in a call-ref table) has a link to the 'actions' table, and each call will have multiple actions during its lifetime (open, transfer assignee, log comment, field update, close call, being the most simple of these). Obviously, there could be many 'log comments' or 'transfer assignee' actions for each call.
My client wants a total list of all his team's open calls, and to see the latest record in the actions table for each call. That's easy, group on the call refnumber and just stick the required fields in the Group Header section - but he also wants to know the latest 'transfer' date of the call, which may or may not be the latest action.
So the question is, for each call, whenever the action is a 'transfer' can I store the action date and update it each time a transfer record is read, and use it to display in the report on the final record?
Ta for looking...