Stack output table name
Hi,I have a script that dynamically parses some of the info for stack table and would like to store the stack table as a new data table. ystr1 = ":INFRASTRUCTURE Value, :INFRASTRUCTURE Value 1"infr = "Infrastructure Value";data = "PPT";output_name = "infra_updated.jmp";gbStr = EvalInsert("dt << Stack(columns(^ystr1^),Source Label Column(^infr^ ),Stacked Data Column(^data^),Output Table(^output_nam...