new column with initial data values
HiDoes anyone know how to script the creation of a new column with initial data values?Below is my best guess, but it doesn't work. Cannot find any help on "initial data values" in the scripting guide. BR, Mariannedt=current data table();dt<<new column("Selected", character, initial data values(constant("YES")));