Skip to content
SOISOS
  • FOOD
  • STATISTICS
  • PROGRAMMING
    • Python
    • Rust
    • Oracle
  • PHILOSOPHY

apex

Home » apex

How to add top scroll bar in interactive grid page in Oracle APEX

Posted by By sunny.bak June 8, 2022Posted inORACLE
Click on page -> CSS -> in inline, add the following: .grid_style .a-GV-w-hdr{ overflow-x: auto !important; } Click on region -> Appearance -> in CSS Classes, enter the class name…
Read More

Creating APEX report column an external hyperlink

Posted by By sunny.bak June 8, 2022Posted inORACLE
Identification -> Type: Link Link -> Target -> Type : URL, and URL: #COLUMN_NAME# Link Attribute -> target="_blank" (if you would like it to be open on a separate page)
Read More

How to add a top scrollbar in grid edit table in APEX, Oracle

Posted by By sunny.bak March 16, 2022Posted inORACLE
You can add a class called "custom_grid" to the Interactive Report Go to Grid Edit Region -> Appearance -> CSS Classes -> Add custom_grid in CSS Classes boxGo to Page…
Read More

oracle apex: item with default value created with sql

Posted by By sunny.bak December 28, 2021Posted inORACLE, SOFTWARE
Assigning a default value to an apex item can be tricky especially when you want to use sql expression. I often get confused whether to use just sql express or…
Read More

How to add a default value in Oracle APEX

Posted by By sunny.bak December 20, 2021Posted inORACLE, SOFTWARE
For APP_USER Create a form pageGo to the item you wish to add APP_USER as a default valuein Default, select Expression (PL/SQL)in the blank line, add :APP_USER For Current Date…
Read More

How to create vertical individual report view

Posted by By sunny.bak December 20, 2021Posted inORACLE, SOFTWARE
Create a Classic Report Region in a Page with a sql querying one rowIn the Classic Report Region, go to Attributes tabIn Appearance -> Template, select Value Attribute Pairs -…
Read More
Copyright 2025 — SOISOS. All rights reserved. Sinatra WordPress Theme
Scroll to Top