I have a table with data about the number of accurences of a specific event. This table has 5 columns: Amount, Month, Year, Area and MsgType. From this table I would like to make a graph representing the following:
X-Axis: Month
Y-Axis: Amount
Lines: MsgType
The graph will get multiple...