1: Run the Interactive report and go to Actions button
2: Select Rows per page choose desired value
3: select Save Report and select default report settings for all users
Search found 2086 matches
- Wed Mar 19, 2025 4:13 am
- Forum: Oracle APEX
- Topic: Pagination in Interactive Report or limits records to display
- Replies: 0
- Views: 40
- Sun Mar 16, 2025 8:17 am
- Forum: Oracle APEX
- Topic: Setting up cohere AI HTTP 401: Unauthorized?
- Replies: 0
- Views: 81
Setting up cohere AI HTTP 401: Unauthorized?
Setting up Cohere AI in Oracle APEX
Step 1
Register and get API from Cohere.com
Step 2
Download and install SSL certificates from Cohere.com and install in your Oracle Wallet.
VIDEO: Oracle Wallet Creation, SSL Certificate Import, and Secure Web Services Integration in Oracle APEX
https://youtu ...
Step 1
Register and get API from Cohere.com
Step 2
Download and install SSL certificates from Cohere.com and install in your Oracle Wallet.
VIDEO: Oracle Wallet Creation, SSL Certificate Import, and Secure Web Services Integration in Oracle APEX
https://youtu ...
- Sat Feb 08, 2025 8:50 am
- Forum: Oracle APEX
- Topic: KANBAN IN ORACLE APEX
- Replies: 1
- Views: 778
Re: KANBAN IN ORACLE APEX
Dear there is a Plugin just use it. thanks
- Sat Feb 08, 2025 6:09 am
- Forum: Oracle APEX
- Topic: Hide Close X from a dialog page
- Replies: 0
- Views: 492
Hide Close X from a dialog page
Step 1
On calling page inline add this
.no-close .ui-dialog-titlebar-close {
display: none;
}
Step 2
then on the dialog page properties go to Dialog > CSS Classes > Enter no-close
On calling page inline add this
.no-close .ui-dialog-titlebar-close {
display: none;
}
Step 2
then on the dialog page properties go to Dialog > CSS Classes > Enter no-close
- Sun Jan 19, 2025 5:34 am
- Forum: Oracle APEX
- Topic: Oracle APEX 24.2: Exploring Database Object Dependencies | Features, Benefits & Demo
- Replies: 0
- Views: 549
Oracle APEX 24.2: Exploring Database Object Dependencies | Features, Benefits & Demo
In this video, we dive into the new Database Object Dependencies feature introduced in Oracle APEX 24.2. Discover how this powerful tool can help you track and manage the relationships between your APEX applications and the underlying database objects.
Learn when and where to use it, explore its ...
Learn when and where to use it, explore its ...
- Tue Dec 31, 2024 9:45 am
- Forum: Oracle APEX
- Topic: Oracle APEX: Modifying and Customizing Pages and Reports – Adding Columns to Tables
- Replies: 0
- Views: 534
Oracle APEX: Modifying and Customizing Pages and Reports – Adding Columns to Tables
Description:
In this video, we will walk you through the process of modifying and customizing Oracle APEX Pages and Reports, with a focus on adding new columns to a table and displaying them in various types of reports. You’ll learn how to:
Add a Column to an Existing Table
Step-by-step ...
In this video, we will walk you through the process of modifying and customizing Oracle APEX Pages and Reports, with a focus on adding new columns to a table and displaying them in various types of reports. You’ll learn how to:
Add a Column to an Existing Table
Step-by-step ...
- Tue Dec 03, 2024 4:13 am
- Forum: Oracle APEX
- Topic: Oracle Wallet and SSL Certificate?
- Replies: 0
- Views: 786
Oracle Wallet and SSL Certificate?
Explanation Video
Common Name: Enter the fully qualified domain name that you need to secure (www.yourdomain.com).
Organizational Unit: Enter a department such as 'Security' or 'IT'.
Organization: Enter the full legal name of your organization (DigiCert, Inc.).
Locality/City: Enter the city ...
Common Name: Enter the fully qualified domain name that you need to secure (www.yourdomain.com).
Organizational Unit: Enter a department such as 'Security' or 'IT'.
Organization: Enter the full legal name of your organization (DigiCert, Inc.).
Locality/City: Enter the city ...
- Mon Dec 02, 2024 2:10 pm
- Forum: Oracle APEX
- Topic: Deleted Process still working in Background APEX 24.1.4?
- Replies: 0
- Views: 607
Deleted Process still working in Background APEX 24.1.4?
If you are using Oracle APEX with Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - Production Version 23.6.0.24.11 then if you deleted a process in a page and created new but still that delete process code will be working in the background. This issue noticed in APEX 24.1.4 in the cloud ...
- Mon Dec 02, 2024 4:43 am
- Forum: Oracle APEX
- Topic: What is JWT (JSON Web Token) and APEX_JWT?
- Replies: 0
- Views: 854
What is JWT (JSON Web Token) and APEX_JWT?
In this article you will be learning about JWT and when and why to use it and then we will discuss and share sample code of using Oracle APEX standard features handling JWT encoding and decoding with easy and comfort.
Introduction to JWT (JSON Web Token)
JWT (JSON Web Token) is a compact, URL ...
Introduction to JWT (JSON Web Token)
JWT (JSON Web Token) is a compact, URL ...
- Thu Nov 21, 2024 7:40 am
- Forum: IT Jobs
- Topic: Common Reasons for Lack of Response to Job Applications
- Replies: 0
- Views: 1106
Common Reasons for Lack of Response to Job Applications
Dear All,
If you are applying for jobs but not receiving responses, please review the following points to ensure your application aligns with expectations:
Improperly Written CV: Ensure your CV is well-organized, concise, and tailored to the job you’re applying for.
Mismatch in Qualifications ...
If you are applying for jobs but not receiving responses, please review the following points to ensure your application aligns with expectations:
Improperly Written CV: Ensure your CV is well-organized, concise, and tailored to the job you’re applying for.
Mismatch in Qualifications ...
- Mon Nov 11, 2024 4:40 pm
- Forum: Oracle APEX
- Topic: How to check avaialble space for IndexedDB in Chrome?
- Replies: 0
- Views: 513
How to check avaialble space for IndexedDB in Chrome?
Press F12 and in Console paste following code,
if (navigator.storage && navigator.storage.estimate) {
const quota = await navigator.storage.estimate();
// quota.usage -> Number of bytes used.
// quota.quota -> Maximum number of bytes available.
const percentageUsed = (quota.usage / quota.quota ...
if (navigator.storage && navigator.storage.estimate) {
const quota = await navigator.storage.estimate();
// quota.usage -> Number of bytes used.
// quota.quota -> Maximum number of bytes available.
const percentageUsed = (quota.usage / quota.quota ...
- Mon Nov 11, 2024 9:39 am
- Forum: Oracle APEX
- Topic: VIDEO: Intro to Oracle APEX in Urdu/Hindi for new comers/learners | Basics of Oracle APEX
- Replies: 0
- Views: 741
VIDEO: Intro to Oracle APEX in Urdu/Hindi for new comers/learners | Basics of Oracle APEX
Oracle APEX Intro Urdu.jpg
Welcome to our introductory video on Oracle APEX
In this video, we will cover the basics of Oracle APEX, a powerful low-code platform for building web applications. Whether you are new to Oracle APEX or just getting started with web development, this session is ...
Welcome to our introductory video on Oracle APEX
In this video, we will cover the basics of Oracle APEX, a powerful low-code platform for building web applications. Whether you are new to Oracle APEX or just getting started with web development, this session is ...
- Sun Nov 10, 2024 7:45 am
- Forum: Oracle APEX
- Topic: ERPstuff PWA Offline APP
- Replies: 0
- Views: 1386
ERPstuff PWA Offline APP
Offline-First Approach in Oracle APEX.jpg
Video Recording (Urdu/Hindi): https://youtu.be/fBkVlgJhnrQ
Video Recording (English):https://youtu.be/5Pt7KwLKujI
This Progressive Web Application (PWA) demo showcases an offline-first approach, enabling users to save data locally even when there’s no ...
Video Recording (Urdu/Hindi): https://youtu.be/fBkVlgJhnrQ
Video Recording (English):https://youtu.be/5Pt7KwLKujI
This Progressive Web Application (PWA) demo showcases an offline-first approach, enabling users to save data locally even when there’s no ...
- Tue Sep 17, 2024 10:31 am
- Forum: Oracle APEX
- Topic: Oracle SQL Analytic (Window) Functions: AVG, MAX, MIN, LAG, LEAD, ROW_NUMBER, RANK, DENSE_RANK
- Replies: 0
- Views: 723
Oracle SQL Analytic (Window) Functions: AVG, MAX, MIN, LAG, LEAD, ROW_NUMBER, RANK, DENSE_RANK
In this youtube video ,
I provide an in-depth explanation of Oracle SQL Analytic (Window) Functions, covering the following functions: AVG, MAX, MIN, LAG, LEAD, ROW_NUMBER, RANK, and DENSE_RANK. These functions are powerful tools for performing advanced queries and calculations across rows within ...
I provide an in-depth explanation of Oracle SQL Analytic (Window) Functions, covering the following functions: AVG, MAX, MIN, LAG, LEAD, ROW_NUMBER, RANK, and DENSE_RANK. These functions are powerful tools for performing advanced queries and calculations across rows within ...
- Fri Aug 23, 2024 1:59 pm
- Forum: Oracle APEX
- Topic: Substitution Strings and Bind Variables for Tasks
- Replies: 0
- Views: 751
Substitution Strings and Bind Variables for Tasks
APEX$TASK_PK If a primary key column has been defined, this bind variable contains the primary key value.
APEX$TASK_PK can also be used as a bind variable in any PL/SQL query used by Task Definition Actions and Task Definition Participants. When used as a bind variable, the syntax is :APEX$TASK_PK ...
APEX$TASK_PK can also be used as a bind variable in any PL/SQL query used by Task Definition Actions and Task Definition Participants. When used as a bind variable, the syntax is :APEX$TASK_PK ...