Hi all,
I have 2 data tables, the main table (dt) and a summarized table (dt2). I wanted to get the Disk quantity (Nrows) from dt2 and distribute it on dt, matching each Disk column. How can I get the values of Disk from dt2 and paste it into dt with the same Disk?