top of page
Search

naveenaggarwal12
Feb 12, 20235 min read
CSS in APEX
As I discussed in my last blog about usage and benefits of having jQuery in Oracle APEX, today I will discuss about CSS on same lines....
2,293 views0 comments

naveenaggarwal12
Feb 8, 20233 min read
jQuery in APEX
People who work with jQuery already know about the benefits of using it. But most of the APEX developers finds it difficult to get...
2,192 views0 comments

naveenaggarwal12
Sep 27, 20222 min read
Customized "Wait" Icon
Nobody wants to wait for a page to load and then view the information on page. But in data centric applications it usually happens when a...
500 views0 comments

naveenaggarwal12
Aug 27, 20222 min read
Editing a remote db table from Interactive Grid
Generally, in Interactive Grids we use local database table for any DML operation. Recently I came across a scenario where the underlying...
104 views0 comments

naveenaggarwal12
Jun 12, 20222 min read
Using APEX_DATA_PARSER API
The APEX_DATA_PARSER is a frequently used API which provides an easy interface to parse files from different file formats such as...
1,924 views0 comments

naveenaggarwal12
May 14, 20223 min read
Data Synchronization from REST Data Sources to Local Table
We already know that Data Synchronization is a feature which enables developers to automatically sync the contents of a local table with...
128 views0 comments


naveenaggarwal12
Apr 28, 20222 min read
Interactive Grid : Customized features
Interactive Girds in APEX comes with many in-built interactive features which are normally utilized by developers as it is. But in some...
140 views0 comments

naveenaggarwal12
Apr 1, 20222 min read
Interactive Grid : Lock/ Unlock Rows
Interactive grids are the best way to add/edit/ delete multiple records at the same time. But sometimes we have to make the records...
144 views0 comments

naveenaggarwal12
Mar 22, 20221 min read
Navigation Menu : Tips & Tricks
Today in this blog I am going to discuss a tip about the Navigation Menu of any APEX application. Navigation Menu is one of the basic...
815 views1 comment

naveenaggarwal12
Mar 17, 20221 min read
Interactive Grid : Get current selected row value into page item.
In Oracle APEX, interactive grid is one of the complex topics which extensively use JavaScript and JQuery. Today in this blog I am going...
7,800 views0 comments


naveenaggarwal12
Feb 23, 20221 min read
Cell Coloring Based On Cell Value
Sometimes in our APEX reports we need to color the cell based on its value, like if my "Is Active" column has value "Yes" then color it...
264 views0 comments


naveenaggarwal12
Jan 23, 20222 min read
Highlighting Only Changed Values in APEX Report
I hope everyone is doing great in the new year !! Lets start the first post of the year 2022. Recently I was working on a requirement...
114 views0 comments

naveenaggarwal12
Dec 12, 20212 min read
Oracle APEX Installation with ORDS - Part 2
In this post I will discuss about the remaining steps of Oracle APEX installation. In case you didn't read the part 1, please go through...
642 views0 comments

naveenaggarwal12
Dec 3, 20213 min read
Oracle APEX Installation with ORDS - Part 1
Installing Oracle APEX on your local PC is a four steps process, Install APEX Install ORDS Apache Tomcat configuration Final Steps In...
882 views0 comments

naveenaggarwal12
Nov 3, 20212 min read
Oracle APEX - Single Sign-On | Access Multiple Applications Using Single Log In
In this post, I will discuss how to access multiple Oracle APEX applications without re-entering the login credentials using Single...
1,775 views0 comments


naveenaggarwal12
Oct 28, 20212 min read
Oracle APEX 21.2 New Feature : Smart Filters
In this post we will learn about the new Smart Filters region, which is added to APEX 21.2 It is a new search component that provides...
1,140 views0 comments

naveenaggarwal12
Sep 5, 20212 min read
Application Language Translation : In easy steps
Language translation is one of the native feature of Oracle APEX. This is not a very frequently used feature and is only used when client...
1,248 views0 comments


naveenaggarwal12
Aug 17, 20212 min read
File Type Icons in Oracle APEX Report
In this post I am going to show you how we can display the icon of file types also in an Oracle APEX report. The files are stored in...
995 views0 comments


naveenaggarwal12
Jun 19, 20211 min read
Web API call using JavaScript
In Oracle APEX we have a feature to call Web API which gives data in JSON format. Along with the native features we can use JavaScript...
959 views2 comments

naveenaggarwal12
May 29, 20212 min read
File Download Link On Navigation Bar List
While working on a customized application sometimes we need to create the application documentation or user manual for the end users. We...
773 views0 comments
bottom of page