Posts by Aravind Vignesh

Integrating a Custom Page Limit Control in the Oracle APEX Interactive Grid

Introduction Oracle APEX Interactive Grids offer a versatile way to manage and display data, but sometimes the default configuration might not fully meet your application’s needs. One common customization is…

Read More

How to Include a link in an email to an oracle apex application?

Introduction Sending emails that contain actionable links directly into an Oracle APEX application is a powerful way to engage users. Whether it’s for tracking email responses, providing quick access to…

Read More

How to merge cells in classic report using JavaScript.

Overview This document is about how to merge cells in classic report using javascript in oracle apex. Technologies and Tools Used The following technologies have been used to to merge cells in…

Read More

How to create a set of dynamic drop down link for classic report column.

Overview This document is about how to create set of dynamic drop down links for classic report column in oracle apex. Technologies and Tools Used The following technologies have been used…

Read More

How to use a oracle stored procedure in jasper report.

Overview This document is about how to use a oracle stored procedure in jasper report. Technologies and Tools Used The following technologies have been used to work with a oracle stored…

Read More

How to display collapsible region title based on number of rows returned in an interactive report.

Overview This document is about how to display collapsible region title based on number of rows returned in an interactive report in oracle apex. Technologies and Tools Used The following…

Read More

How To Merge JSON Nodes In Existing JSON Data?

Overview This document is about how to merge JSON nodes with existing JSON data in oracle. Technologies and Tools Used The following technologies have been used to merge JSON nodes with…

Read More

How To Add or Remove Columns with Polymorphic Table Functions In Oracle PLSQL?

Overview This document is about how to add or remove columns from the input table based on the parameters you pass in oracle. Technologies and Tools Used The following technologies have been used to…

Read More

Table Function to return look up value for LOV’s In Oracle Apex

1. Overview This document is about table function to return lookup values For LOV’s in oracle apex. 2. Technologies and Tools Used The following technologies have been used for table…

Read More

How To Add row from another report in Interactive Grid using JavaScript

1.  Overview This document is about Interactive Grid – Add row from another report using JavaScript in oracle apex. 2. Technologies and Tools Used The following technologies have been used…

Read More