...ith a “don’t” sign)
Labeled rows (with a tag)
Rows panel
Notes: Red triangles are used throughout JMP to access other commands. Right-click in different regions of the datatable (o...
...ptionally, its subfolders as well) into a single .jmp table.
Concatenate a table with itself any number of times.
Sample tablerows with or without replacement.
Convert between multiple-r...
Date Format Column Creator Instructions.docx (5,075 KB)
DataTable Tools.jmpaddin (45 KB)
...ike (it contains hundreds of such structures). "Multi-row uninterested info" represents those useless rows that I don't want to import. Besides copy and paste the I/V/R data portion, I also like to e...
...t only gives me the amount of rows in the parent... Can you please help? //parent datatable
dt = Open("C:\JMP\yield_analysis_script\used_data\edit1.jmp","visible");
//save value
f=Col Number...
...nd "GSF" columns which is 6871 and 10221. I can only get the first one but can't get the latter two. Is there a script to get the rownumber for the values. Here is my script(not working) and table b...
...he datatable that will be created is shown on the right.
Click OK to create the new datatable.
· The summary table has three rows, one for each c...
...ncluding ones that add a specified number of rows, or make new data columns. Many of these arguments, in turn, take arguments of their own. For example, the code shown here creates a new table named Cars t...
In the lower left pane of a JMP datatable there is a list with row information, including the number of currently selected cells. Is there a JSL command that can retrieve that information d...
Hi everybody, I would like to select rows based on the entries of selected rows from another table. Below a code snippet. The last row is not valid, but it should clarify what I m...
This is probably very simple, but I could not find my answer in Scripting Index. Trying to write a script to return the total number of rows into a variable, eg, if a datatable has 100 rows...