Hi i want to create a JSL for following table
title1 | Title2 | Title3 | stack1 | stack2 | stack3 | .............. | stack(n-1) | stackn |
A | C | E | 0.5 | 5.0 | 100 | .......... | 20 | 45.65 |
B | D | F | 1.52 | 10 | 55.35 | ......... | 22 | 41 |
for this table i want to create a script
which will create a new table with stacked all columns from stack1 to stack n. then in new table add new column at the end which will put numbers 1,2..25 abd repeat same sequence till end ofthe table.