How to add data values to a table in a for loop using Select Columns Where to make a new overall data table of target data
For( date = date_array << First, !Is Empty( date ), date = date_array << Next( date ), //looping through date_array's keys is clunky but done this way
...