Select columns from a data table based on rows from another data table.
I have 2 data tables and I want to use one to create a subset from the other. One table has a series of columns and the filter table has those column names of interest listed as cells (rows) on another table. I tried to use nested loops to get the subset but I get persistent errors.