difference between place holder and formula column
Answer Posted / ramana
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 ? | 11 Yes | 2 No |
Post New Answer View All Answers
Name the different triggers supported by oracle reports and their firing order.
Why oracle forms required?
Explain how one can iterate through items and records in a specified block?
how do u compile a form i.e .fmb file in Unix or in dos
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
What are the various configuration files that are used by oracle forms?
Can we invoke one form from another in a multi-forms application?
How to create Drill down report?
hiding item in report how like that properly,thats manually but at runtime i want to do
if u want to delete all these detail block etc what will happen in form
did u received a single file or multiple files
What do you understand by lov?
all steps of bitmap report?
What is the difference between bind and lexical parameter?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement