Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: khopkinsHi Sree,
you could try using a left string function
EG left([field],3) != "123" however if these records are integers then you need to turn it into a string to work
EG left([field].str(),3) != "123"
Regards,
Keith