Answer Posted / sheetal mittal
By summary column you can take sum,Average,minimum,maximum,
std Deviation,Variance and count of any of the field.It can
be reset at report or Page or Group level.
If you want to take sum page wise you cna set the property
of Reset At as Page.Similarly for others.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the various configuration files that are used by oracle forms?
difference between global n context sensitive segments?
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
what are the oracle forms services components include?
Name the different triggers associated with oracle forms having a master-detail relationship.
List out the oracle forms configuration files?
Explain master-detail relationship with some examples.
Is it possible to have multiple layouts in a report?
why the Ctl file u put only in bin folder why not in other folder
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
what is the difference between call_form, new_form and open_form?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
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 is an oracle report?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?