How to reorder columns in one table based on row entries in another table?
I have two tables - a subset of columns in table 1 have names which are also rows entries (in a column, say column 7) in table 2.table 2 rows are sorted in a desired (ascending) order. I would like to reorder only those columns in table 1 which have column names occurring in table 2 in the order they are sorted (in column 7) in table 2.How to achieve this via JSL?