I need to find out the total tickets reopened in a month. I tried one query but it gives results only for the tickets that are presently open i.e. (actualfinish is not null) and (status not in('RESOLVED','CLOSED))
The other search criteria can be the changedate for the status but I don't know the query to compare the changedate for the status.
It can be something like the changedate for any open status should be greater than the first resolved.
Please help. Need it on urgent basis.