Hi Guys,
I would just like to have some advice on how we can have a monthly report in a list view. We have a list which is like an order list. It captures all the orders we made from our Suppliers. Now we would like to have a report to see how many orders are made for each Supplier by month. Below are the key columns I think. Let me know if you further details.
Column | Type | Description |
Supplier Name | Single line of text | Name of the Supplier (Company Name) |
Initiate Date | Calculated Column | = [Created] |
Month | Calculated Column | =TEXT(Created,"MMMM") |
Thanks,
Arnel