Concatenate from subset data table
Hi all,I am trying to concatenate data (dt1) from my subset tables (e.g subset by gender) dt1 also has a column name gender. However, when I try to concatenate the subset data into dt1, it kept on creating another column (gender, gender1, gender2) where the data from the subset tables are placed and not on the gender column on dt1.How can I concatenate data from subset tables to the specified col...