I want to create a view that shows all items created in the current month. This is the datasource for a related items control.
I'm able to achieve this by using date functions in the where clause, but this doesn't perform very well. My guess is that it is evaluating this formula for every...