Hi there,
I have a the following table :
Cash Date
1000 December
-2000 January
.
.
3000 Current month
I want a query with the date of the current month and the average of the Cash field from Dec to the current month.
It works with the Avg aggregate function but when I show the date of the current month it doesn't work anymore because it only shows the last data, ie 3000 in the example.
Could you please advise me?
Thanks,
Guillaume
I have a the following table :
Cash Date
1000 December
-2000 January
.
.
3000 Current month
I want a query with the date of the current month and the average of the Cash field from Dec to the current month.
It works with the Avg aggregate function but when I show the date of the current month it doesn't work anymore because it only shows the last data, ie 3000 in the example.
Could you please advise me?
Thanks,
Guillaume