I'm currently using Crystal Reports 10 for all of our reporting and I've been using the statement LASTFULLMONTH for month end reports.
Now our month end has changed from 1 - 30 or 31 to 21 - 20 of the next month ( Ex. Jan 21 to Feb. 20 . Is there a way that I can code a statement in my report to pulls days 20 thru 21 of next month instead of having to update the report each month ?
Here is a sample of my current report:
{Ticket.TicketOpened} in lastfullmonth
and
{Ticket.TicketStatus} = "Resolved"
Any help would be greatly appreciated.
Now our month end has changed from 1 - 30 or 31 to 21 - 20 of the next month ( Ex. Jan 21 to Feb. 20 . Is there a way that I can code a statement in my report to pulls days 20 thru 21 of next month instead of having to update the report each month ?
Here is a sample of my current report:
{Ticket.TicketOpened} in lastfullmonth
and
{Ticket.TicketStatus} = "Resolved"
Any help would be greatly appreciated.