I have a user input field that someone enters a date into. Based on that date, the report should show the first day of the month of the very next quarter, and every subsequent quarter.
For instance, if I put today's date in the user field, 8/6/2013, the report should show 11/1/2013. On 11/2/2013, the field should start showing 2/1/2014, and so on.
Likewise, if I put the date 3/11/2014 into that field then the report would show 5/1/2014.
For instance, if I put today's date in the user field, 8/6/2013, the report should show 11/1/2013. On 11/2/2013, the field should start showing 2/1/2014, and so on.
Likewise, if I put the date 3/11/2014 into that field then the report would show 5/1/2014.