I am getting months to figure out based on todays date but My months are off. For example July 10 to June 10 is one month but tomorrow my month will be July 11 to June 11.
first formula
(({HelpDesk.Status} = 5 or{HelpDesk.Status} = 4) and
({@H_ConvertResolvedtoDate} >= DateAdd('m',-12,CurrentDate) and
{@H_ConvertResolvedtoDate} < CurrentDate))
Time formula
(DateTime(1970,1,1,0,0,0) + ({HelpDesk.Resolved_Time})/86400)
We are working in Remedy so we have to purform the Unix conversion.