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 Unable to Launch the Application: JAR Resources in JNLP File Are Not Signed by the Same Certificate Stop Wrestling with Your Data: How SQL Server 2025 Turns Every Employee into an Insight Power User Oracle Database 26ai: Making Every Employee a Data Expert Without the Complexity