Question
Creating an InfoTable that contains one column of different InfoTable
How do I create a new InfoTable that contains just one column of a different InfoTable?
I thought it would be:
// Code to create newInfoTable based on a specific DataShape
newInfoTable = oldInfoTable.ColumnName;
But that doesn't seem to work.
Thanks

