Oracle Apex Search in Report

You can search in the Report with the following method :

TOP LEVEL PAGE LOAD:

$('#P31_SEARCH').keyup
(
  function(evt)
{
  $('#sid').trigger('apexrefresh');
}
);

Static ID : sid (In search region)

Where Condition in Query :

UPPER(LTRIM(RTRIM(NAME))) LIKE '%'||UPPER(LTRIM(RTRIM(:P31_SEARCH)))||'%';





Muhammad Abdullah Al Noor

Muhammad Abdullah Al Noor, An Oracle Apex Consultants and founder of Noors Technology (www.noorstech.com). Core Expertise : Database Administration, Oracle Forms and Reports Development, Oracle Apex Application Designer and Development, Linux Professional etc. Also the owner of TrainerBD Training and OraDemy E-Learning. WhatsApp +8801790721177

Post a Comment

Previous Post Next Post