Set column formula dynamically with JSL
I'm working on a JSL script where I need to dynamically build a formula for a given column inside a loop. The idea is to reference a different column for each iteration, so that the formula uses the evaluated column name (e.g., :col_name
) rather than inserting the literal code. Here's a simplified version of what I'm trying to achieve in the loop (I have tried many variations of Expr, Eval, Parse ...