Why is a Where clause faster than a group filter or a format
trigger?
Answer / anil_abbireddy
Where clause filter's the data at the time of data fetching
or selecting from the database where as grop or format
trigger will work on the result set of fetched data
| Is This Answer Correct ? | 1 Yes | 0 No |
Can we invoke one form from another in a multi-forms application?
explain about content canvas views?
What is the usage of the Flex mode in Layout Editor ?
how to eliminate duplictes in column except group and section?
What Enter package procedure does ?
List the system variables related in Block and Field?
What is a user exit program in oracle reports?
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
What is a physical page ? & What is a logical page ?
What is a text list?
I HAVE A REPORT LAYOUT LIKE THIS RUNDATE -FIELD DEPTNO-FIELD ------------------------------------------------------------ ------------------- EMPNO-----ENAME------SAL-----COMM----MGR----- ------------------------------------------------------------ ------------------ ------- ------------ -------- -------- -------- MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE. I WANT LIKE THIS ....
At what point of report execution is the before Report trigger fired?