Link chart in grouping level in report

A

albert

I am writing an application to manage my money. It has a table which has the
following field
Date, Type, Amount , etc....
Date is the date when i spent the money
Type is what kind of activity i spent the money on

I have a report which has two levels of grouping, the first one is [Date],
and the second one is [Type], what i want to do is to show the statistic of
each month's expense.
I want to know how much i spent on each type on each month.
Furthermore, i want to add a pie chart on the first grouping level to show
the composition of that month's expense. how should i link the chart with
the report?
 
Top