I have 2 calculated fields:
Start Previous Month and End Previous Month - these work great (both Date Only)
I also have a field called "Case Date"
I want a filter that falls in between those 2 calculated dates:
Case Date is greater than or equal to [Start Previous Month]
and
Case Date is less than or equal to [End Previous Month]
When I click 'OK' to finalize the view, I get a error message that says
"Filter value is not in a supported date format" and it highlights [Start Previous Month] in the textbox. I've tried with and without the square brackets, but to no avail.
Anyone know how I can do this?