Answer Posted / mamatha
yes we can do that by using break report which will have
only one query and atleast 2 groups.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
a text item is there what r the different types of triggers associated with it
What is the difference between flex mode and confined mode?
List the different types of columns in oracle reports.
how to send file attachment from oracle forms
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
what is tripstop report?
What is an oracle report? List its various types.
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
Explain how can you use the same lov for 2 columns?
hiding item in report how like that properly,thats manually but at runtime i want to do
What is responsibility and how u attach How to create user and how u attach with responsibility.
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
Explain how one can iterate through items and records in a specified block?
Is it possible to execute a dynamic sql from forms?
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