JSL question - returning a character string into a new column based on values within another column
I almost have this; but can't seem to get it generated in a JSL script. The formula editor is doing almost exactly what I want... but when attempting to do it in a script... I can't seem to get it to work. Desired result is in column 2; I apply the formula shown in the column editor to get the desired result. //This is what I input into formula editor and it works fine;
item_lst = Words( Substit
...