difference between place holder and formula column
Answer Posted / swarna.alizerla
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 ? | 27 Yes | 5 No |
Post New Answer View All Answers
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
Is it possible to have multiple layouts in a report?
Explain how one can iterate through items and records in a specified block?
What is an SQL FORMS ?
In what situation u create the BPA.
Explain the different levels at which oracle form services interact.
What is a user exit program in oracle reports?
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
Explain how can you use the same lov for 2 columns?
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
What are the various configuration files that are used by oracle forms?
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
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