What is summary column in Oracle Reports ?
Answers were Sorted based on User's Feedback
Answer / vidya sagar.g
summary columns are used to do the aggregate funtions, like
sum, avg, max...
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / rajesh
for the summary feilds like grand totals we can place this
column,and it should be placed out of the repeating frame
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / 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 |
An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
What are the ways to monitor the performance of the report?
How do you pass the parameters from one form to another form?
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;
Can you have more than one content canvas view attached with a window?
Which is the cheapest and quality Oracle Education provider in Bangladesh?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
List the system variables related in Block and Field?
Can we create two blocks with the same name in form 3.0 ?
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
how to send file attachment from oracle forms
if some data is not transfered where it will get stored