I need to create a line graph from a table which contains the following fields:
Division
Week number
# of homes
The graph should only print once on the report with a line for each division. The x axis should have the week number, and the y axis should have the # of homes. It also must have a legend to identify each line on the graph.
Is this possible? Everything I have tried results in only one line on the graph.
I am using Crystal Reports 9.
Division
Week number
# of homes
The graph should only print once on the report with a line for each division. The x axis should have the week number, and the y axis should have the # of homes. It also must have a legend to identify each line on the graph.
Is this possible? Everything I have tried results in only one line on the graph.
I am using Crystal Reports 9.