- Edited
I want to get "Last Response" information and then add column Last Response of "Assigned To" when export csv file. How can do it? Thank you so much
I want to get "Last Response" information and then add column Last Response of "Assigned To" when export csv file. How can do it? Thank you so much
I had MySQL: SELECT ost_ticket_thread.body, ost_ticket_thread.created, ost_ticket_thread.ticket_id FROM ost_ticket, ost_ticket_thread WHERE ost_ticket.lastresponse= ost_ticket_thread.createdResult: "Last Response" Can you guide me ? I want to add column Last Response of "Assigned To" when export csv fileThank you so much
Sorry i personally haven't played with the export feature much beyond using it.
Could you please tell me the way add it to the file cvs? I really realy want to know. Thank you so much . #ntozier