Call function in checkbox
Hi, I am building a simple interface for the user and have a window to set some options using check boxes. I am currently able to make the first call function and the script filters the string "SE" from the columns and generates outliers. However, if I check 2nd and 3rd checkbox it does not call the function I tried the following script:Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Water Trea
...