I want to turn data into a graph (line graph for example) showing target and actual figures over 3 years
The table holds the relevant data as follows
Fieldnames data
Year1 yes
Year2 yes
Year3 yes
yr1target 100
yr1actual 90
yr2target 100
yr2actual 75
yr3target 85
yr3actual 50
I'd want the x-axis to be Year1, Year2, Year3
I'd want the y-axis to be figures (0 to 150 say)
I'd want the data to be 2 lines, namely the target and actual figures from the table
How would I go about constructing a graph for this?
Gwilym
The table holds the relevant data as follows
Fieldnames data
Year1 yes
Year2 yes
Year3 yes
yr1target 100
yr1actual 90
yr2target 100
yr2actual 75
yr3target 85
yr3actual 50
I'd want the x-axis to be Year1, Year2, Year3
I'd want the y-axis to be figures (0 to 150 say)
I'd want the data to be 2 lines, namely the target and actual figures from the table
How would I go about constructing a graph for this?
Gwilym