I used the attached datasheet to do stacking to generate a new table; but when I used the log generation script to regenerate it I found that it doesn't work, what can I do to make it work?
Scripting Analyses
// 堆叠数据表
// → Data Table( "无标题 3" )
Data Table("Sheet1.jmp") << Stack(
columns(
:"IQC-AKM"n,
:"IQC-CPQ"n, :"PostReflow-AKM"n, :"PostReflow-CPQ"n,
:"Depanel-AKM"n, :"Depanel-CPQ"n, :"Dwell-AKM"n, :"Dwell-CPQ"n, :"OQC-AKM"n,
:"OQC-CPQ"n
),
Source Label Column("标签"),
Stacked Data Column("数据")
);