Difference between formula column and place holder - oracle

Difference between formula column and place holder.

Formula column

- Used for calculation of logic in reports.

- It returns only one value based on calculations needed.

Place holder

- Global variables are defined in these columns which are then used in formula columns.

- This is a report global variable which can return more than one value
How to create placeholder columns in oracle? - oracle
Placeholder columns in oracle - Steps to create placeholder columns: Click inside the container group at the position where you want the column to be placed...
What is autonomous transaction? - oracle
What is autonomous transaction? - Autonomous transactions have the ability to leave the context of calling transaction, then perform an independent transaction...
How to create LOV in Oracle forms? - oracle
How to create LOV in Oracle forms? - List of Values(LOV) are used either when a selected list is too long and hence would not be appropriate for a drop down, but needs a search form to select the value...
Post your comment