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

  • 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
    3165 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
    1488 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
    995 views | 1 replies
  • Subsequent rows dependent on different columns from previous rows

    Hello - I'm working with a set of experiments where some experiments are dependent on previous experiments (i.e. I'm mixing solutions I've previously made to make new ones). I'm trying to make a function where it reads a column to get the name of the previous solution, searches a second column to find the row with that name, then takes the value in a cell with that row and a third column. Match se...

    ehchandlerjr ehchandlerjr
    Discussions |
    Aug 19, 2023 1:07 AM
    2893 views | 6 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

  • 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
    1488 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
    995 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
  • Http Request Post Failed to connect

    I tried to post a file, and it was successful when it was sent to the local API url But it fails when sending to the API of another IP url (I can successfully ping to this IP)I've tried to test in postman, it works but still can not work in jsl, need for help... 

    Kairen Kairen
    Discussions |
    Aug 18, 2023 6:01 AM
    2539 views | 3 replies
  • How to select my main data table

    Hello,  So I'm working on a data table and I made a script to make several subsets of it. I'm going through a for loop to automate some modeling analysis. the first iteration goes well : do the subest, launch a fit model in the subset. But then in the second iteration of the loop, it doesn't work anymore, because the selected table is the subset and not the main table. I can't find the right comma...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 7:53 AM
    1773 views | 2 replies

Latest Discussions

view all discussions