แก้คำสั่งจาก t.name เป็น l.operation_name as name ดังนี้ครับ
changereportsql('select l.operation_type_id,l.operation_name as name,count(*)as scount from operation_list l ,operation_type t '+
' where t.operation_type_id = l.operation_type_id and request_date between "'+formatdatetime('yyyy-mm-dd',rxdate1)+'" and "'+
formatdatetime('yyyy-mm-dd',rxdate2)+'" '+
' group by l.operation_type_id '+
' order by scount desc');