cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
AlphaColt356
Level I

How should I set up the JSL new table format?

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("数据")
);
2 REPLIES 2
jthi
Super User

Re: How should I set up the JSL new table format?

For me that script works fine

jthi_0-1721706994146.png

What errors are you seeing in log? Do you have Sheet1 table open in same JMP session?

-Jarmo
txnelson
Super User

Re: How should I set up the JSL new table format?

I have not been able to replicate this issue.  I took the script you listed and ran it against the attached file and it created the stacked data table without error.  I then cut and pasted the log listing for the stack and it ran without error.  I also tan without error the JSL from the Source entry in the newly stacked data table.

 

I used JMP 18.1, what version are you using?

Jim