New Column Formula with JSL
I'm trying to add new column formula to a table based on user input. The input can either be a single value or a column selection. Been trying couple methods but I couldn't get one which could handle this interchangeably. Sample script that I tried below. Ideally I can keep the "newcolexpr" expression the same regardless of the input. This is mainly because I'm trying to deploy custom formula colu...