Concatenating/Merging/Updating Multiple Data Tables from a loop into one
Hi,I have the following problem: a) I am generating a table (call it table dt) with mutiple columns. However I am interested to only look at specific pattern (say - "ABC@XYZ") in the col names along with two other columns (say - "LCOL", "WCOL"). I am generating that table. ( Calling that table dtB)Nextb) I use the table dtB, pulls its column and use a for loop to generate a summary table for each...
jay_holavarri