Posts by Rajan Chandru

Stop the user to click a page submit button more than once in Oracle APEX 4.2

Introduction : To stop the user to click a APEX page submit button more than once in Oracle APEX 4.2 Scenario: The standard way to push the page data back…

Read More

Set Interactive Report Filter with URL Parameters

Introduction           Interactive reports are very powerful reports. The end-user can set filters, highlighting, add computed columns, do control breaks or groupings, and much more. As a developer, you might…

Read More

Highlight Tabular Form Rows on addition from Pop-up

Introduction The purpose of this post to describe the steps required to  highlight Tabular Form Rows on addition from Pop-up.   Steps to follow        Step 1:  Paste the following…

Read More

Get Filtered Columns and Values in APEX Interactive Report

Introduction The purpose of this post is to find the filtered columns and their corresponding values, conditions, operators are used for the condition in the Interactive Report. Steps to Follow…

Read More

Excel Merge and Download using Custom Template in APEX

Introduction          The purpose of this post is to download data in an excel spreadsheet using the custom template. Steps to follow  Step:1 Create a new blank page in the…

Read More

Field Locks In Oracle Apex

Introduction:    This post describes the steps required to lock the field. Step:1: On-change of items, insert into lock table. Dynamic Action : On-Change Selector : JQuery Selector [name=f05] Execute…

Read More

Losing Data During Validation In Apex Tabular Form !!! – Check In

Introduction           This post describes the steps required to stop losing the data during validation in tabular form.   Steps to follow   Step:1  On Submit, Before Computation and Validation – Insert into Collections.   Example   BEGIN apex_collection.add_member…

Read More

Download hidden column in APEX classic report

Introduction          This post describes how to download hidden column in a classic report.   Steps to follow   Hidden column cannot be downloaded in classic report if,   Display As : Hidden Include In Export : Yes   This can be achieved using the PLSQL Expression:   Column attributes->   Display As : Display as Text  …

Read More

Remove the close icon from Select2 plugin

Introduction           The purpose of this post is to remove the close icon from the select2 plugin for the value which comes from Item Source.   Challenges faced:  Select2 is an…

Read More

Shrinking of Navigation Menu on page load

Introduction This post defines the steps required to shrink the navigation menu on page load. Challenges faced:  In Oracle Apex 5, universal theme the navigation menu is strengthening on default page…

Read More