Posts by Saravanan Ananthakumar

Fixing PDF Overwrites in JasperReports with Dynamic File Naming

Introduction: – When building PDF generation into a JSP application using JasperReports, a common bug shows up: every generated report is saved under the same file name, so each new…

Read More

How to Implement LDAP-Based Single Sign-On (SSO) in Oracle APEX Using HTTP Header Authentication

Introduction: – In enterprise environments, users expect seamless access to applications without repeatedly entering their credentials. Oracle APEX supports this through Single Sign-On (SSO) by integrating with Active Directory (LDAP)…

Read More

Merging JasperReports into a Single Document (PDF or More)

Introduction: – This document explains how to merge multiple JasperReports into a single PDF or another output format using Java. The following technologies have been used to merge multiple JasperReports into…

Read More

Designing AOP Templates: Single Header and Multi-Row Detail Records using SQL and Oracle APEX

Introduction: – This document explains how to create an SQL-based data source for an AOP template that includes a single-value header followed by multi-row detail records. The following technologies are…

Read More

Hierarchical iframe clear error notification popup in Oracle APEX

Introduction: – This document is about how to hierarchical iframe error message clearance in Oracle APEX. When working with Oracle APEX applications, especially those that incorporate embedded iFrames to load…

Read More

How to customize calendar using APEX API in Oracle APEX

Introduction: – This document is about how to customize calendar using APEX API in Oracle APEX. FullCalendar5 is a powerful JavaScript library for displaying and managing event calendars on web…

Read More

Dynamically Hide/Show IG columns based on LOV in Oracle APEX

1.Overview This document explains about how to dynamically hide and show Interactive grid columns based on list of values in Oracle Apex 2.Technologies and Tools Used The following technologies has…

Read More

How to save multiple blob response into database table using java script(API&Promises) and AJAX callback in Oracle APEX

1. Overview This document explains about how to fetch response and save multiple blob contents into database table using JavaScript API & Promises and AJAX callback from server in Oracle…

Read More

How to create dynamic quick picks for page items in Oracle APEX

1.Overview This document explains about how to create dynamic quick picks for page items in Oracle Apex. 2.Technologies and Tools Used The following technology has been used to dynamic quick…

Read More

How to create custom shortcuts for Interactive Repot fields in Oracle APEX

  Overview This document explains about how to create custom shortcuts for Interactive report fields in Oracle Apex. Technologies and Tools Used The following technology has been used to create…

Read More