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

  • How to Pass Variables to the X Parameter in Fit Life by X?

    Hi everyone, I need to dynamically pass variables to the X parameter in the fit life by x function. The first part of my code generates the analysis report as expected, but the second part only brings up the startup window without a report.

    Here’s what my code looks like:Names Default To Here(1); dt = Open( "$sample_data/big class.jmp" ); x_var = "sex"; y_var = "weight"; obj1 = dt << Fit Life by...

    Arthur Arthur
    Discussions |
    Jun 12, 2024 8:47 PM
    2287 views | 5 replies
  • Corrupted Power Point Slides.

    Hi all, I'm running into a problem where when I export the data to power point, the power point indicates the slides are corrupted and then the PPT slides closes after that. I can't even get a preview of the data. 

    RA899 RA899
    Discussions |
    Jun 12, 2024 10:54 AM
    1072 views | 1 replies
  • JMP goes away when running a Python program in JMP 18

    I have been attempting to familiarize myself with the new Python interface in JMP 18.  One of the questions I am exploring is: "Is it possible to write a Python program in the JMP environment that executes r modules.  The very simple program I am using is # Import the necessary libraries import numpy as np from rpy2.robjects.packages import importr import rpy2.robjects as ro # Create a numpy arra...

    txnelson txnelson
    Discussions |
    Jun 12, 2024 10:41 AM
    1615 views | 2 replies
  • File name by week

    Bonjour, Est-il possible d'enregistrer un fichier JMP qui a pour nom la semaine en cours de l'exécution du script. A l'aide d'un script, je construis une table de données JMP, j'aimerais à la fin de l'exécution du script, pouvoir enregistrer le fichier sous le nom suivant "Week24" et la semaine d'après le fichier serait "Week25".... Merci pour vos réponses.Names Default To Here( 1 ); //script... ...

    hcarr01 hcarr01
    Discussions |
    Jun 12, 2024 12:56 AM
    1091 views | 1 replies
  • Workflow: run selected step?

    Hi, is there a keyboard short cut in Workflow builder to run the selected step?

    From JSL editor I am really used to the comfort of:select + Num-Enter.. such that it feels kind of "complicated" to do it in Workflow Builder via left click  - right click (menu) - left click:  

    hogi hogi
    Discussions |
    Jun 11, 2024 9:50 PM
    1866 views | 4 replies

Latest Discussions

  • Corrupted Power Point Slides.

    Hi all, I'm running into a problem where when I export the data to power point, the power point indicates the slides are corrupted and then the PPT slides closes after that. I can't even get a preview of the data. 

    RA899 RA899
    Discussions |
    Jun 12, 2024 10:54 AM
    1072 views | 1 replies
  • JMP goes away when running a Python program in JMP 18

    I have been attempting to familiarize myself with the new Python interface in JMP 18.  One of the questions I am exploring is: "Is it possible to write a Python program in the JMP environment that executes r modules.  The very simple program I am using is # Import the necessary libraries import numpy as np from rpy2.robjects.packages import importr import rpy2.robjects as ro # Create a numpy arra...

    txnelson txnelson
    Discussions |
    Jun 12, 2024 10:41 AM
    1615 views | 2 replies
  • Workflow: run selected step?

    Hi, is there a keyboard short cut in Workflow builder to run the selected step?

    From JSL editor I am really used to the comfort of:select + Num-Enter.. such that it feels kind of "complicated" to do it in Workflow Builder via left click  - right click (menu) - left click:  

    hogi hogi
    Discussions |
    Jun 11, 2024 9:50 PM
    1866 views | 4 replies
  • Consolidating Repeated Values

    I have a table like this with an ID number and a value assigned to each. Some ID numbers were tested multiple times and so have multiple values. I've seen codes to remove all rows with duplicate ID numbers, but I'd like a code that deletes all rows with duplicate ID's BUT saves the value from the nth test under a new column (e.g. value 2, value 3, value n)... Any help would be greatly appreciated....

    S_Boilermaker S_Boilermaker
    Discussions |
    Jun 10, 2024 1:46 PM
    973 views | 1 replies
  • Show labels for selected rows only

    In Graph Builder, I want to show a data label (not a hover label) for selected rows only. As a demo, I tried the following code: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Try( Show( dt:Selected Name ), dt << New Column( "Selected Name", Character, Set Formula( If( Selected( Row State( Row() ) ) == 1, :name ) ) ) ); dt:Name << Label( 0 ); dt << Clear Row States <...

    matth1 matth1
    Discussions |
    Jun 10, 2024 1:36 AM
    2016 views | 4 replies

Latest Discussions

  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    787 views | 0 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    721 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    711 views | 0 replies
  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    934 views | 0 replies
  • DataTable Prompt in application builder on module load

    Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads  Kindly guide. Thanks in advance

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 3:54 AM
    666 views | 0 replies
view all discussions