Answer Posted / krishh
Summary Column is a function which is used to built-in
aggregate functions.(Like
Sum,Avg,Count,Max,Min,First,Last,Std Deviation,Variance).
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
In what sequence do triggers get fired by oracle forms?
if some data is not transfered where it will get stored
What do we mean by record group in oracle forms?
List out the oracle forms configuration files?
i am writing a query select EmpNo from Emp how can i call in after parameter form
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
difference between global n context sensitive segments?
What is an oracle report?
from where do u receive the information to develop report
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
hi,dis is Shasi.I'm searhing on cognos.1 want realtime scenarios with solutions.persons having hands on experience in real time plz help me out.and iwant one project with explanation please help me...
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
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 have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
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