Vous êtes sur la page 1sur 4

REPORTS

Data Model

Query
Group
Data columns
Formula
Summary
Place Holder
Data link
Parameters

Layout Model
Frame
Repeating
Field
Date/Place
Anchor
Format Trigger
Formatting

Report Level
Reoperation
Report Level
Trigger

------------------------------------*---------------------*----------------------------*--------------------------Test1 Report
Empno
--------100
200
300

Employee Name
--------------------ABC
KBC
HBC

Sal
---1000
2000
3000

Comm
--------N/A
200
N/A

Dept Name
--------------Sales
Marketing
Sales

Total Employees -3
Total Salaries
- 6000
Highest Salary Employee Name KBC
------------------------------*------------------------*--------------------------*--------------------------------- Header should repeat in each Page
Header should be in center
Total should be display in end of the page
No parameters
Report should fit into a/4 size
Each page should have only 10 lines
Amount should be right aligned
Character should be left aligned
Show end of the report text at the end of the report
Display page total

Test Report2

Page no -1
Date = 12/jun/2008
Parameters
-------------Empno from :( Mandatory)
Empno To : (Mandatory)
Deptno From: (Optional)
Deptno To : (Optional)
Job: Salesman
-----Empno
Employee Name
----------------------------100
ABC
200
DEF
300
HMK

Total Employers =3
Sal
---1000
1500
2500

Comm
--------0
100
250

Dept Name
--------------Marketing
Sales
Finance

Sal
----

Comm
---------

Dept Name
---------------

Job: Clerk
----Empno
---------

Employee Name
---------------------

*******End of the Report******


------------------------------------------------------------------------------------------------------ Develop the report using DATA LINK and WITHOUT DATA LINK
Parameter should be in separate page(only in Header Page)

Test3 Report

Format: Summary/Detail
Deptno = 10
--------------Empno
--------123
341

Total Employs in Dept = 2


----------------------------------

Job
---Manager
Salesman

Deptno = 20
--------------Empno
--------345
643

Salary
-------10000
2000

comm.
------0
500

Total Employs in Dept = 2


---------------------------------Job
---Clerk
Manager

Salary
-------5000
2000

comm.
------1000
0

Total Sal in Dept = 1000


------------------------------Percent of comm.
----------------------0
25%
Total Sal in Dept = 7000
------------------------------Percent of comm.
----------------------10%
0

----------------------------------------------------------------------------------------------------------------Percentage of Salaries Dept wise


Deptno

Name

10
20
30
40

Sales
Manager
HR
Finance

Percentage
25%
30%
15%
40%

Deptwise sal
50000
20000
10000
15000

Format should be non mandatory parameter


Parameters should be displays on first page of report
Heading should be display in each page of the report
Display NO DATA FOUND when there is no data
Do this report two times using DATA LINK and WITHOUT DATA LINK

Test 4 Report
Date:
Page No:
Parameter
-------------EmpNo from :( Mandatory)
DeptNo from: (Mandatory)
Job From :( Optional)
Salary From :( Optional)

Empno To : (Mandatory)
DeptNo To : (Mandatory)
Job To
: (Optional)
Salary To : (Optional)

Commission :
Yes
No
----------------------------------------------------------------------------------------------------------------EmpNo
EmpName
Job
Sal
Comm
DeptNo
DeptName
-------------------------------------------- -------------100
XYZ
Clerk
10000
0
10
Sales
200
ABC
Salesman
20000
200
20
Marketing
300
PQR
Salesman
10000
0
20
Marketing
400
STR
Manager
5000
500
30
Finance
---------------------------------------------------------------------------------------------------------------Summary Details Group by Dept
Summary details of Job
------------------------------------------------------------------------------Deptno
EMP
Total sal
Job
EMP
Total
-----------------------Count
sal
-----------------10
1
10000
Clerk
1
10000
20
2
30000
Salesman
2
30000
30
1
5000
Marketing 1
5000
---------------------------------------------------------------------------------------------------------------- Parameter should be in each page
Output should be in same structure given above
When commission parameter is NO, restrict the NULL
For optional parameter use report trigger and Lexical parameter
Display all parameters in each page (use lexical parameters and report triggers to define
Optional parameters).

Vous aimerez peut-être aussi