G
Guest
Hello,
I'm making a report from a query that is ordered by 2 fields.
So I have a order by Supervisor, where I have 3 records, Technical
Supervisor, Comercial Supervisor and Sales Supervisor, and I want to make a
report where it shows every emploeyes that are under each Supervisor, but I
don't want to show in all the lines of the record the Department Supervisor,
I just would like to see one time the department supervisor and then only see
it again when the supervisor is different.
As example, normally the reports shows like this:
Supervision: Technical Supervisor
Name: David
Occupation: ....
-----------------------------------------
Supervision: Technical Supervisor
Name: Stan
Occupation: ....
-----------------------------------------
Supervision: Sales Supervisor
Name: Mike
Occupation: ....
And so on... and I would like to see it like this:
Supervision: Technical Supervisor
Name: David
Occupation: ....
-----------------------------------------
Name: Stan
Occupation: ....
-----------------------------------------
Supervision: Sales Supervisor
Name: Mike
Occupation: ....
And so on...
Hope anybody understands my idea.
Thanks in advance.
I'm making a report from a query that is ordered by 2 fields.
So I have a order by Supervisor, where I have 3 records, Technical
Supervisor, Comercial Supervisor and Sales Supervisor, and I want to make a
report where it shows every emploeyes that are under each Supervisor, but I
don't want to show in all the lines of the record the Department Supervisor,
I just would like to see one time the department supervisor and then only see
it again when the supervisor is different.
As example, normally the reports shows like this:
Supervision: Technical Supervisor
Name: David
Occupation: ....
-----------------------------------------
Supervision: Technical Supervisor
Name: Stan
Occupation: ....
-----------------------------------------
Supervision: Sales Supervisor
Name: Mike
Occupation: ....
And so on... and I would like to see it like this:
Supervision: Technical Supervisor
Name: David
Occupation: ....
-----------------------------------------
Name: Stan
Occupation: ....
-----------------------------------------
Supervision: Sales Supervisor
Name: Mike
Occupation: ....
And so on...
Hope anybody understands my idea.
Thanks in advance.