What is the difference between formula column and place
holder?
Answers were Sorted based on User's Feedback
Answer / deepak
Formula column is type of Repot triger, here i have to
right pl/sql bolock.
but place holder is used as a variable or global variable.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s
The Place holder column is the column where we can define
the global variable and this variable is used in the
Formula columns for different calculations.
The formula column is used for the calculation of the
required logic for the report.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ashis
formula column is a non database column is used to calculate values and returns values.
where as place holder column used to holds the value return by formula column.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we call a URL from a menu (Oracle Forms 6i)?
With which function of summary item is the compute at options required?
What is the use of Printer Definition file (PRT) in Reports ?
Commited block sometimes refer to a BASE TABLE ? True or False.
What is the difference between NAME_IN and COPY ?
List system variables available in forms 4.0, and not available in forms ?
Give built-in routine related to a record groups?
What are the different file extensions that are created by oracle reports?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
What are the built-ins that are used for setting the LOV properties at runtime?
Explain master-detail relationship with some examples.
what are the new features introduced in oracle form services in 11g release 2?