Add values from another data table file to current data table file
Hi, Hi, I have a doubt regarding JSL script (very new to this!) I've two data files- Table A and Table B.Table A:- Table B:- I want to add values from Table B Column name "Offset" to each Rows of Column Group "Tests" in Table A and generate a new data table file with values added.P.S.- There are more than 100 columns in the Table A file. How can I use a for loop to iterate all rows and columns? ...