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 use List box to access new window

    Hello, I have this example code where the user selects an option from the radio box which then brings them to another window. I am able to get this to work for the radio and combo box, but ideally, I would like it to be a list box. However, the list box doesn't do anything when, selecting "one" and pressing "ok". Is there an extra piece of code I need to include to make a list box functional? Appr...

    Hams Hams
    Discussions |
    Aug 23, 2023 5:46 AM
    914 views | 1 replies
  • Hide and exclude in multiple select where

    Hello, I have an add-in that performs hide and exclude in a for loop. One thing I observed was that the previous hide and exclude gets overwritten by the next column condition. Additionally, I realized that it also overwrote my manual hide and exclude. I have two questions:

    1. Is there a way to concatenate multiple select where and then perform an overall hide and exclude?For( i = 1, i <= N Items( ...

    Kenobi Kenobi
    Discussions |
    Aug 22, 2023 1:02 PM
    1431 views | 2 replies
  • How to create new data table script with variable directory paths

    Hi All,   I'm updating a script that I've been working on that after the analysis is done, I want to save a picture of the report window and then save a script to the data table that will open the image if the user wants to do that. Each analysis will generate a new report image, and I need the script saved to the data table reference that updated file name (all are in the same directory).   Side ...

    SDF1 SDF1
    Discussions |
    Aug 22, 2023 12:33 PM
    2551 views | 3 replies
  • Joindre fichiers textes

    Bonjour à tous, J’ai un dossier qui contient 2800 fichiers textes. Chaque fichier texte possède 3 colonnes. J’aimerais pouvoir joindre tous ces fichiers textes dans un seul fichier JMP (en réalisant une jointure par numéro de ligne), ce fichier JMP possèderait donc 2800*3 colonnes. Remarques :Avant la jointure de tous les fichiers, il faudrait rajouter des titres sur les colonnes de chaque fichier...

    hcarr01 hcarr01
    Discussions |
    Aug 22, 2023 3:16 AM
    3151 views | 4 replies
  • Custom functions available in every script session: including JMP Live update scripts

    Is there a way to load a custom function into some namespace so it is available in every JMP script session or window?   I would like to call a fairly large and complex set of functions in update scripts for JMP Live reports instead of including all of that code in the script itself.  Typically (outside of JMP Live) I do this with an add-in, but since variables defined in the add-in load script do...

    ih ih
    Discussions |
    Aug 21, 2023 11:44 AM
    1478 views | 2 replies

Latest Discussions

  • How to use List box to access new window

    Hello, I have this example code where the user selects an option from the radio box which then brings them to another window. I am able to get this to work for the radio and combo box, but ideally, I would like it to be a list box. However, the list box doesn't do anything when, selecting "one" and pressing "ok". Is there an extra piece of code I need to include to make a list box functional? Appr...

    Hams Hams
    Discussions |
    Aug 23, 2023 5:46 AM
    914 views | 1 replies
  • Hide and exclude in multiple select where

    Hello, I have an add-in that performs hide and exclude in a for loop. One thing I observed was that the previous hide and exclude gets overwritten by the next column condition. Additionally, I realized that it also overwrote my manual hide and exclude. I have two questions:

    1. Is there a way to concatenate multiple select where and then perform an overall hide and exclude?For( i = 1, i <= N Items( ...

    Kenobi Kenobi
    Discussions |
    Aug 22, 2023 1:02 PM
    1431 views | 2 replies
  • Custom functions available in every script session: including JMP Live update scripts

    Is there a way to load a custom function into some namespace so it is available in every JMP script session or window?   I would like to call a fairly large and complex set of functions in update scripts for JMP Live reports instead of including all of that code in the script itself.  Typically (outside of JMP Live) I do this with an add-in, but since variables defined in the add-in load script do...

    ih ih
    Discussions |
    Aug 21, 2023 11:44 AM
    1478 views | 2 replies
  • JMP action recording

    Hi when try to record the action:1. plot x by y2. fit linear3. put density ellipse only step1 plot x-y scrip is shown in the log. how to also record the actions done in the report? Thank you  

    daily_learn daily_learn
    Discussions |
    Aug 20, 2023 9:35 AM
    985 views | 1 replies
  • How can use JSL to loop column names into different variables?

    Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); For( i = 1, i <= N Col( dt ), i++, ca = Column( i ) << Get Name; Eval( Parse( "c" || Char( i ) || "=" || ca || "" ) );//? ); a = c1; b = c2;

    lala lala
    Discussions |
    Aug 18, 2023 10:20 AM
    906 views | 1 replies

Latest Discussions

view all discussions