I have a report with has a graph.
I also have a form which has two date entry fields, date to: and date from:
These two dates are used to display all the groups of data which lies between the two dates. in more detail:
What i have just now, correctly shows all the data which lies between the two dates. The graph is a line graph with 7 different lines (each showing a variety of values) These 7 lines represent 7 different categories stored in the database.
I would further like to be able to filter the graph from the same form (with the two dates) and select which of the 7 categories are also shown. So the user can choose only to view category 4 and 6 between the two dates, or 3, 5 and 7 etc...
Is this possible?
I appreciate any help i can get!
Thanks!
I also have a form which has two date entry fields, date to: and date from:
These two dates are used to display all the groups of data which lies between the two dates. in more detail:
What i have just now, correctly shows all the data which lies between the two dates. The graph is a line graph with 7 different lines (each showing a variety of values) These 7 lines represent 7 different categories stored in the database.
I would further like to be able to filter the graph from the same form (with the two dates) and select which of the 7 categories are also shown. So the user can choose only to view category 4 and 6 between the two dates, or 3, 5 and 7 etc...
Is this possible?
I appreciate any help i can get!
Thanks!