How to name a table via JSL and reference it later in the script?
Hi I am trying to select a small subset of data from a big datatable and create a temporary table out of it. The overall objective is to sumarize the subset data. The script below is creating the subset data table "Name" but it is not returning the reference to it for me to process the new table. In the script below it is summarize the data of Test data table but not the Name data table. Please h...
