I am having the data like this
But I want to calculate the total sales month wise.
I tried the grouping but its not working. Please suggest me the formula regarding the same.
Thanks!
I am having the data like this
But I want to calculate the total sales month wise.
I tried the grouping but its not working. Please suggest me the formula regarding the same.
Thanks!
Hi there @Video_by_Pro !
I made few modifications in your sample (I hope it’s Ok
)
In the Product Sold
Table, I’ve added 2 fields : One to extract the MonthName()
from your Date
field and one for the Year
then I’ve grouped the table by Year
and then by Months
.
I also created a table Month Wise
in your Month Wise
Page, in case the grouping would not be workable for you, after all .
Hope this helps !