Future Report
Hi all,
I have to create a report that should provide the data for next 2 months including the current month.
This is the code I have been using in report filters
Date is Between
SQL Filter 1:Timestampadd(SQL_TSI_MONTH,2,Current_date)
SQL Filter 2: Current_date
The problem I am facing is that I need to include the whole of current month rather than current date. How do I come up with a filter that includes the whole of current month and next month data in the report.