Help: how to make add-in as read only
Hi allif i make a add-in, how can i let other person to use it, but can`t see the script in add-in.thanks
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi allif i make a add-in, how can i let other person to use it, but can`t see the script in add-in.thanks
Hello, While analysing a CCD, I got the following message under Response surface: "Could not Solve Critical Values. Singular." What does it mean? Thanks
I am having issues appending data to the end of an array. I have been using the concatenate operator (||), but then the result is a matrix which messes up the calculations I am working on. Is there an easy way to do this? Example:// Sample data set
data1 = [1, 2, 3, 4, 5];
data2 = [6, 7, 8, 9, 10];
result = data1 || data2;
/* output of result:
[1 6,
2 7,
3 8,
4 9,
5 10] */
// desired result: [1...
Hi, all
I had face a very simple problem which is create the column.
When I single run the below code, it come out this error in the logTry(dt_firstseq_summary << Delete Column( "Percent" ) );
dt_firstseq_summary << New Column( "Percent",
Numeric,
Continuous,
Format( "Best", 8 ),
Formula( :Name("Total_Tested") / Col Sum(:Total_Tested) )
);
dt_firstseq_summary :name( "Percent" ) << Delete formula...
Hi folks. I'm dealing with new tables every day (unique table names) which always have at least one common column header, which I use to Match Columns for Join. This is getting repetitive so I've been thinking of writing a script. Problem: I don't want to have to specify both the table names in the script every time I want to Join two tables. I'm looking for a method for the script to auto/semi-au...
Hi folks. I'm dealing with new tables every day (unique table names) which always have at least one common column header, which I use to Match Columns for Join. This is getting repetitive so I've been thinking of writing a script. Problem: I don't want to have to specify both the table names in the script every time I want to Join two tables. I'm looking for a method for the script to auto/semi-au...
I'm having some issues referencing subset data tables made from a loop. The loop works fine and creates data tables named cond1, cond2, etc, but if I try to reference those newly created tables in later code, the script log says it can't find them. Oddly enough if I run my script peicewise, it works just fine. for(i=1, i<=10, i++,
Original_table << select where(:Sorting Condition == i); d...
Hi!I have two questions regarding design of experiment (custom design) using JMP 12.1.0:I have a factor (discrete, numeric) with 5 levels: 0, 20, 50, 100, 150.
When I try to create DoE table, JMP considers level 20 as off-center and generates less runs using this level. Is it possible to tell JMP explicitly that center of interest must be at level 50, or even at some virtual point in between (e.g. ...
Ughh the last thing I get held up on is refreshing :\ Okay. So I have the option of having a list box or text edit box (I hate text boxes since you can't hilight text in them) that by default contains only one line "Existing comments go here" And when a user presses a button below, a function is run that feeds back a list "All_Comments" = {"A", "B"};
I'd like to replace that "Existing comments go h...
Is there any way to center character values in a cell? Natively, charcter values are left aligned, but I would like them centered in a certain column. Thanks!
Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...
Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors. Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?
Thanks.
In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%. We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.
Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,
My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...