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
No Answer is Posted For this Question
Be the First to Post Answer
in reports 1og.if we enter a query in list of values then parameter form displays a dropdown.in that if any ething is selected then that will display in the report.supp if i am not selected any value then it should display all the values.how it is possible?can any one help me........
What is a Non Query Record Group?
What are the three types of user exits available ?
What does an on-clear-block Trigger fire?
What are Most Common types of Complex master-detail relationships?
what exactly u write in when_new_form_instance
i have 9 values in a table i.e -99 -56 -32 41 -2 33 95 -88 55 my question is that i wanna elimenate all -ve values and wann sum of + values in report i m using devsuite 10g its urgent kindly if anyone knows that answer message me the following yahoo id thanx ALI smalipaki@yahoo.com
What is the sequence the Report triggers will fires while running a report ?
if u want to delete all these detail block etc what will happen in form
where do u put the report file
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 place holder column