Select specific columns from a table
Hi All
I have two tables and I want to subset only specific columns of the Main_Table, which are present as row values in the Cols_Needed table. For example for the tables below, I want to subset column A, I and F of Main_Table, because "A', "I" and "F" are present as row values in the Cols_Needed table. Thanks!Ahmad dt = New Table( "Main_Table",
Add Rows( 8 ),
New Column( "A", Numeric, Continuo...