Consider the following data:
|January|300€|
|January|100€|
|Febuary|10€|
|Febuary|5€|
|March|1000€|
The key here is that the month column is a DATE (2014-01-01, 2014-01-03) formatted as MMMM!
How does one create a pivot table to display the monthly sum?
|January|400€|
|Febuary|15€|
|March|1000€|