...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...
...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)
...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...
...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...
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...
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...
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...
Hi, Is there a way to custom-shade alternate rows for the table box, not the datatable box? I want to shade green instead of dark gray Names Default To H...
Hello, I have a script that gets items chosen by the user from a list box. Based on the number of items selected by the user, a number of tables pop up. The number of new datatables is variable a...