I am trying to report on journals where there was an edit after it was approved. But, we really only care about impacting edits so thought I could use that field. 1. CASE WHEN to_char({lastmodifieddate},'MM/DD/YYYY HH:MI AM')>(to_char({systemnotes.date},'MM/DD/YYYY HH:MI AM') AND {systemnotes.field} = ‘Impact’) THEN 1 ELSE 0 END