subset selection is empty, return error
Hi all,I am writing a script where I select a subset from a data table based on some criteria:Example dt is my data table with column :Error_IDI input: "dt_subset=dt<<select where (:Error_ID==0)<<subset(selected rows(1));" and I expect the dt_subset table to be filled by all the entries in the dt table where the column :Error_ID is 0.Now let us say the dt data table has no Error_ID==0 rows, the dt...