Okay, I figured it out. I needed to use evaluate(new_expr) not evaluate("new_expr"). It is working for me. I used a cftry/catch to get any field that couldn't be resolved. Thanks a lot!
↧
Okay, I figured it out. I needed to use evaluate(new_expr) not evaluate("new_expr"). It is working for me. I used a cftry/catch to get any field that couldn't be resolved. Thanks a lot!