Loop through the check boxes to get the values
Hi All,I want to generate an overlay plot using my script. The plot is overlaid by the “Device_Type” column in my data table. However, I would like to let the user choose which device type they want to include in the overlay plot. Therefore, I want to create a list of checkboxes in the user interface. Here is my code: Close All( Data Tables, NoSave );//close all previous windows
dt1 = Open("data_d
...