Tabulate script to use all columns as grouping columns in Row Table
I am still fairly novice with JSL but I am looking to generate a table using all the columns in a file as grouping columns, where the script will select all the columns in the file vs. having identify each column name in the script. Reason being is that the column names can change from split table to split table and I want a script that will be generic enough to handle this. Here is an example o...