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

  • Creating formula using dynamic variables in for loop

    Hi All
    I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:

    Tweak_List = dt_Temp << Get Column Names("String"); For(i = 1, i <= N Items(Tweak_List), i++, a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ"; b = Tweak_List[i]; c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2); dt << New Column(Left(Tweak_List[i], Lengt...

    Miof Miof
    Discussions |
    Jul 26, 2023 10:04 PM
    1473 views | 2 replies
  • can't access files in JMP project that i've been working on for a long time

    Hello, all of a sudden i can't access the files in a JMP project i've been using for a long time.  the project itself opens, but then this "JMP alert" pops up and i none of the files saved in the project appear...has anyone else encountered this before??? i am using JMP 16.1.0  

    LogitPorcupine1 LogitPorcupine1
    Discussions |
    Jul 26, 2023 9:55 PM
    8345 views | 12 replies
  • Can JMP automatically run JSL when the cursor clicks on a cell?

     For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!

    lala lala
    Discussions |
    Jul 26, 2023 9:00 PM
    1593 views | 4 replies
  • For loop

    I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you  dt = Current Data Table(); For( i = 1, i <= 50, i++, dt << Bivariate( Y( Column( dt, "u" || Char( i ) ) ), X( Column( dt, "oven.T" ) ), Fit Line( {Line Color( {212, 73, 88} )} ) ) );  

    ParametricStudy ParametricStudy
    Discussions |
    Jul 26, 2023 3:11 PM
    1469 views | 2 replies
  • Script

    Bonjour à tous, Je dispose d’une base de données dans laquelle j’aimerais créer une nouvelle colonne à partir d’une formule ou d’un script. Voici un aperçu de la base de données :  - la colonne T représente des opérations à effectuer- la colonne X_3 représente une particularité- La colonne op représente des objets Le but est de créer une colonne « bilan » dans laquelle on ajoute « ko » et le numér...

    hcarr01 hcarr01
    Discussions |
    Jul 26, 2023 9:00 AM
    9568 views | 27 replies

Latest Discussions

  • Creating formula using dynamic variables in for loop

    Hi All
    I did that one time, and it was painfully but I lost the script and the memory of that. Below what I am trying to do:

    Tweak_List = dt_Temp << Get Column Names("String"); For(i = 1, i <= N Items(Tweak_List), i++, a = Left(Tweak_List[i], Length(Tweak_List[i]) - 1) || "Δ"; b = Tweak_List[i]; c = Left(Tweak_List[i], Length(Tweak_List[i]) - 2); dt << New Column(Left(Tweak_List[i], Lengt...

    Miof Miof
    Discussions |
    Jul 26, 2023 10:04 PM
    1473 views | 2 replies
  • Can JMP automatically run JSL when the cursor clicks on a cell?

     For example, automatically runs the specified JSL when the cursor clicks on a cell? Thanks!

    lala lala
    Discussions |
    Jul 26, 2023 9:00 PM
    1593 views | 4 replies
  • For loop

    I would like to generate all these plots in one tab, rather than generating 50 different pages, can anyone help ? thank you  dt = Current Data Table(); For( i = 1, i <= 50, i++, dt << Bivariate( Y( Column( dt, "u" || Char( i ) ) ), X( Column( dt, "oven.T" ) ), Fit Line( {Line Color( {212, 73, 88} )} ) ) );  

    ParametricStudy ParametricStudy
    Discussions |
    Jul 26, 2023 3:11 PM
    1469 views | 2 replies
  • Edit Effect Summary and Interaction Profiles

    Hello all, I have two trivial questions.  Is there an option to add two blue lines to the effect summary plot? I want there to be a line at p=0,05 and p=0,001 beside the one at p=0,01. Like this:   Is there a way to copy the interaction profiles to the graph builder?  I don't like the format and want to change things, like the legend or the order of the x Labels Thanks in advance!

    fizzy fizzy
    Discussions |
    Jul 26, 2023 8:40 AM
    1057 views | 1 replies
  • How can set different cells to different colors

    dt=Open("$SAMPLE_DATA/Big Class.jmp");dt[1,1] is set to red
    dt[1,2] is set to white
    dt[1,1] is set to clear coloringThanks!

    lala lala
    Discussions |
    Jul 26, 2023 8:31 AM
    1122 views | 2 replies

Latest Discussions

view all discussions