Rename column name based on value from xth rows
Hi All,I am trying to use jsl to rename the column name of a datatable using rows value from row that met predefined criteria.My script is as followed: dt = Open();
Current Data Table() << set name( "ABC" );
dt = Data Table( "ABC" );
lastcol = N Col( dt );
header=dt<<Get Rows Where (:(2)=="Colour"); // this is the criteria, i wanted to identify the row where the value in column2 is "Colour"
...
