Oracle APEX 24: How to Adjust Auto-Refresh Intervals

Building on the previous auto-refresh report example, this post shows how to let users change the interval when a report will be automatically refreshed. Prerequisites The example shown was built using Apex version 24.1.3. Goal This chart should automatically refresh every X seconds dependent on the value of the Refresh Interval Select List. Step 1 […]

Oracle Apex 24: Automatically Refreshing a Report

In this post I will show you how to automatically refresh a report every 10 seconds. The existing examples of solving this problem I found on the web did not work with Apex 24.1.3 and it wasn’t until I stumbled across this thread that I found that examples I have been trying used the apexrefresh […]

Oracle Apex: Passing a value from a report to a database procedure

This post explains how to pass a value from a Apex classic report to a database procedure. Following a discussion of the objective and a high level overview, the post concludes with a practical demonstration. The example used throughout the post was built using using Apex 19.1 and Oracle Database 19 but this technique should work […]