Crystal Reports Formula to show the Prior Month Information

Steps:

if month({your date field}) = month(dateadd(“m”, -1, currentdate))

and year({your date field}) = year(dateadd(“m”, -1, currentdate))

then {your data field}

Support:

If necessary, seek the assistance of Acute Data Systems to help provide assistance with this process.