Hi All
I need some help in displaying the data in column. I have a table, which as a column "Position Type", the data stored in this column is "Contract" or "Perm". The data is stored in rows.
Example : Log # Sales Rep Position Type
------ ------------ -----------------
1 XXX Contract
2 XXX Perm
3 ABC Contract
4 XYZ Perm
I need to create a report and display the data in the following order
Sales Rep Contract Perm Total
------------ ----------- ------- ------
XXX 1 1 2
ABC 1 0 1
XYZ 0 1 1
--------------------- -------
Total 2 2 4
=================
Please it is very urgent. I need to come with some result soon. Please help me.
Thanks
I need some help in displaying the data in column. I have a table, which as a column "Position Type", the data stored in this column is "Contract" or "Perm". The data is stored in rows.
Example : Log # Sales Rep Position Type
------ ------------ -----------------
1 XXX Contract
2 XXX Perm
3 ABC Contract
4 XYZ Perm
I need to create a report and display the data in the following order
Sales Rep Contract Perm Total
------------ ----------- ------- ------
XXX 1 1 2
ABC 1 0 1
XYZ 0 1 1
--------------------- -------
Total 2 2 4
=================
Please it is very urgent. I need to come with some result soon. Please help me.
Thanks