You are on page 1of 1

<?xdofx:to_char(SYSDATE, DD-MONYYYY)?

>
<?call: Heading?>
Empno
F EMPNO

Ename
ENAME

No.Of.Employees

Job
JOB

Sal
SAL

Comm
COMM

: <? count(EMPNO)?>

Total Salaries

: <? sum(SAL) ?>

Maximum Salary

: <? xdoxslt:maximum(SAL)?>

Minimum Salary

: <? xdoxslt:minimum(SAL)?>

Average salary

: <? sum(SAL) div count(EMPNO)?>

<?template:Heading?>

Employee Info Report


<?end template?>

Deptno
DEPTNO E

You might also like