Looking for a way on a saved search to filter out the following scenario
This will return only Sales Orders where the Last Modified Date is different from the Created Date — in other words, orders that have been updated since creation.
Trying with a formula numeric and its not working. Any ideas?
CASE WHEN {createddate} != {lastmodifieddate} THEN 1 ELSE 0 END