cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • run JMP clinical report from JMP using JSL

    HI, I'm trying using below JSL to run  a JMPclincal review template, but did not make it. here is the JSL: JMPclinicalreviewAPI:openreviewtemplate("the path\xx.jmpcrt"); //this is to open the JMPclinical review template. this worked.JMPclinicalreviewAPI:runallreports; // this is to run the reports in the template. failed. the error message in log: "the namespace "reportRefNS" is not defined in acc...

    BaoyueLi BaoyueLi
    Discussions |
    Jun 12, 2023 6:41 PM
    2570 views | 5 replies
  • How to supply argument to delimiter in combine columns ()?

    The following does not workNames Default To Here (1); // Combine columns dm = ".0"; Data Table( "myTable" ) << Combine Columns( columns( :Col1, :Col2 ), Column Name( "ID" ), Delimiter(dm) //Delimiter ("dm") );But writing the argument to Delimiter directly as Delimiter(".0")works. How to supply argument to the delimiter from outside?

    Neo Neo
    Discussions |
    Jun 12, 2023 10:59 AM
    1890 views | 3 replies
  • Passing messages to "this" within class definition

    Is it possible to pass a message to the instance of a class from within a method? Here is an example of what I am trying to do: Define Class( "example", x=1; test = Method( {name, method}, << Insert(name, method); ); ); t = New Object( example()); // This fails to insert the blah method t:test("blah", Method({y}, show("Blah " || char(x) || char(y)))); t:blah(6); //This succeeds in insert...

    KevW KevW
    Discussions |
    Jun 12, 2023 7:02 AM
    2674 views | 5 replies
  • How to add a button to script which could do a smooth transition between two parts in a script

    Hi,  I am new to JMP17 and recently would like to add a button between two parts of my script, after first part of my code finished execution. If user click the button and it will run the second part of the script. I have attached a screenshot to here. The trick is in my "New Window()" function, I have a combo box and data selected button to pick data from a graphic builder, I add another button b...

    YFan3 YFan3
    Discussions |
    Jun 12, 2023 2:40 AM
    1679 views | 2 replies
  • Name Selection in Column -

    Hello JMP Community, A bit challenging problem - I am trying to select Name Selection in Column  matrix [X,Y] of 26 x 29 points.  Create a Column in the data table and highlight them as belowIs there a way to Name all the with jsl instead of manually selecting and naming them? I have attached the XY tableAny suggestions would be much appreciated :) Thanks a lot,The best community  

    Jackie_ Jackie_
    Discussions |
    Jun 10, 2023 7:09 AM
    2945 views | 5 replies

Latest Discussions

  • Passing messages to "this" within class definition

    Is it possible to pass a message to the instance of a class from within a method? Here is an example of what I am trying to do: Define Class( "example", x=1; test = Method( {name, method}, << Insert(name, method); ); ); t = New Object( example()); // This fails to insert the blah method t:test("blah", Method({y}, show("Blah " || char(x) || char(y)))); t:blah(6); //This succeeds in insert...

    KevW KevW
    Discussions |
    Jun 12, 2023 7:02 AM
    2674 views | 5 replies
  • Creating a series column based on other column values.

    Hello, I need help with creating a column, using JSL,  that fill a series and increase by one when a triggered by another column value. Like column 2 below, every time there is a “Yes” in column 1 it increases by 1 the value in column 2.
    Hope I am clear enough. Column 1Column 2No1No1No1No1Yes2No2No2No2No2No2Yes3No3No3No3

    ileshem ileshem
    Discussions |
    Jun 9, 2023 10:20 AM
    1634 views | 3 replies
  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    847 views | 0 replies
  • Extracting control limits from column info

    I am trying to extract control limits from column info, I have used the below code to extract spec limits, but if I do the same for control limits, it does not work because it treats everything as one element in the list. p = c << get property( "Spec Limits" );
    plst = Eval List( {Arg( p, 1 ), Arg( p, 2 ), Arg( p, 3 )} ); Any ideas? Thanks!

    Abby_Collins14 Abby_Collins14
    Discussions |
    Jun 8, 2023 2:21 PM
    1527 views | 3 replies
  • Help to concatenate 3 columns with labels rather than values

    Hello, I wanted to check if anyone has a solution for concatenating 3 columns with the labels of those columns rather than the values?  ThanksRitesh 

    riteshj riteshj
    Discussions |
    Jun 7, 2023 11:04 AM
    1859 views | 4 replies

Latest Discussions

  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    847 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    835 views | 0 replies
  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    842 views | 0 replies
  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    702 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    909 views | 0 replies
view all discussions