Hi,
I want to be able to search a field in the database and see if the "changed from" and "to" values are different(the values are stored within a string in a single field).
Here is an example of what the string in the field looks like
Instance Person(34) modified by 1.
Field phone_number changed from "123" to "123".
Current field values are:
first_name => "alex"
last_name => "Handley"
In this example they are the same so would not be returned.
is it possible to do this ?
Alex