difference between place holder and formula column
Answer Posted / reddy
formula column will calculate value based on our logic it
will return one value.
palce holder column is a report global variable.
if we want return more than one value based on our logic we
will use place holedr column in formula column
Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
from where do u receive the information to develop report
why the Ctl file u put only in bin folder why not in other folder
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What are the various configuration files that are used by oracle forms?
if some data is not transfered where it will get stored
Explain master-detail relationship with some examples.
what is the difference between call_form, new_form and open_form?
what is oracle forms?
how do u compile a form i.e .fmb file in Unix or in dos
what are the new features introduced in oracle form services in 11g release 2?
What is a user exit program in oracle reports?
what are bind variables?
Explain how can you use the same lov for 2 columns?