Chart Report formatting

C

Chris

Hi,
I am using a chart report that displays absence records for each employee,
it is working fine, but the only thing is that I have over 150 employees
whose records need to be displayed on the 1 report, and even in the landscape
view I cannot have them all.
Is it possible to have some kind of page break inserted into the chart
report so that records can be displayed on may pages?
Thanks,
 
D

Duane Hookom

You could break your employees by department or some other attribute. Each
chart could contain only employees from the department. Use the link
master/child properties to use one chart for each unque attribute value.
 
Top