Suppress Eval all column formula
I was trying to use the script below to suppress eval or allow eval for all column formula in the table. For some reason, I kept getting an error (see snapshot) on the third time running the script but I can't particularly find the bug. Appreciate the community help in debugging this. names default to here(1);
dt = current data table();
try(formula_suppress = dt:Formula_Suppress,
dt << set tab
...