April 2, 200520 yr Hi, this is probably a stuppid question, but I can get it to work. I've imported a record into a table whch has field called ID. With his ID i want to lookup a matching record with another_ID. So I thought that; If(ID=another_ID) blabla.. EndIf would do it. What am I doing wrong. I've looked in the online-help but the doc is not that clear. Greatful for any help Best Regards Andrew Carruthers
April 10, 200520 yr This script step will test if the record you are currently on has the field ID is equal to another_ID. If it is not working, I wonder if one field type is number and another text. Could the data you imported have an invsible character that is getting in the way? Run a quick test by putting "1" in both ID and another_ID and run the script.
Create an account or sign in to comment