JSL: stacking a single Group of columns (as opposed to the many individual columns that make up the Group) ?
Hello,I need to stack columns which have a certain string in their column name, so I wrote a script to iterate through all the columns to see if their name has the sought string, then make a Group with all the columns that have that string (see script below. the columns are pushed to the end of the table to make them easier to group).I then want to stack the group of columns, which is straightforw...
