How Can I Delete Rows Given A Condition in JSL
Hello. I am a JSL rookie but have some scripting experience with VBA and Python. I have a table that has two columns 'purification_run' and 'parent_purification_runs'. I want to delete each row that has a 'purification_run' field that is contained in any of the 'parent_purification_runs' fields. I wrote the following JSL script to accomplish this, and it runs, but does not perform the intended del...