Hi Team, I badly need your help.
I am trying to build a FAM Saved Search to display the Total Depreciation each year out of the FAM Depreciation History. I am getting an error: Invalid Expression when I am using this formula (numeric):
Case when {custrecord_deprhistdate} between to_date('01/01/2021', mm/dd/yyyy) and to_date('12/31/2022', mm/dd/yyyy) THEN ( CASE when {custrecord_deprhisttype} = 'Depreciation' THEN {custrecord_deprhistamount} ELSE 0 END) ELSE 0 END
Anyone who can help, please? Thank you