Let's say my task sheet has dates that tasks are created - not necessary TODAY. And I want to run a report if the created date is this month. For example, Task A's created date is 09/10/2017, and this month is September. The report should pick up Task A if I run report today, but next month. How can I achieve this?
I made 2 custom fields to compare task_month and month(today), but doesn't seem that I can do.
Or there anyway more simple way (maybe I am too engineering)? I thought that my usecase is fairly common.