Search on Double Click in IR Report Home > Oracle Application Blog > Search on Double Click in IR Report Place the below code in HTML Header: <script type=”text/javascript”> $(function(){ $(‘.apexir_WORKSHEET_DATA td’).live(‘dblclick’,function(){ $(‘#apexir_SEARCH’).val($(this).text()); gReport.search(‘SEARCH’); }); }); </script> Doyensys social@doyensys.com Recent Posts Restricting multiple sessions per user in Oracle APEX APEX USER LOGIN LOGOUT AUDIT Converting UTC to Local Time with DST in Oracle Integration