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

  • Is it possible to download JMP16?

    Hi, I have a license for JMP 16 Pro, however my company changed my laptop and the new laptop came with JMP17. JMP 17 doesn'y accept my JMP16 license, so I would like to install and use JMP16 instead. Is it possible to download JMP16? PS: I have asked my company for a JMP17 license but they say that they are "negotiating" the license renewals and this will take time (likely months). I can't wait mo...

    tachyon0710 tachyon0710
    Discussions |
    Mar 21, 2024 8:22 AM
    979 views | 1 replies
  • using for loop to find minimum values and saving results in a list

    I have three lists of numbers: a= {2,3,4,5,6}b = {4,5,7,2,1}c= {9,6,4,6,2}I would like to take the minimum of each index from the 3 lists and turn that into a list, say d. so d = {2,3,4,2,1}.the loop i have started is: minsl = {};for(i = 1, i = 6, i++,mins = {a[i], b[i], c[i]};
    minval = minimum(mins);
    minsl=insert into(minsl,minval,i);
    If(n items(minsl)==5, break()); // this line was added to stop th...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Mar 21, 2024 6:48 AM
    3127 views | 7 replies
  • Reordering a list box

    I would like to be able to reorder a list in a list box, ideally with drag and drop (which seems impossible) or else with buttons. I'm looking for JSL for the up and down buttons. The bigger goal is to get all files in a directory, split them into two lists based on file extensions. Display the two lists to the user, allow them to reorder the files so that pairs match up. Hit Ok to get the filenam...

    pauldeen pauldeen
    Discussions |
    Mar 21, 2024 4:51 AM
    1461 views | 1 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
    935 views | 0 replies
  • Handles in Graph Builder

    I'm trying to understand Handles, especially in Graph Builder. First of all, they don't seem to work.  But beyond that, I don't understand how they could work -- if I enter a Handle() as a script within Graph Builder's "Customize..." Customize Graph dialog, does it execute that script every time the graph is redrawn?  If so, is it creating many instances of a Handle object? I thought this script a...

    BHarris BHarris
    Discussions |
    Mar 20, 2024 10:24 PM
    1006 views | 1 replies

Latest Discussions

  • Is it possible to download JMP16?

    Hi, I have a license for JMP 16 Pro, however my company changed my laptop and the new laptop came with JMP17. JMP 17 doesn'y accept my JMP16 license, so I would like to install and use JMP16 instead. Is it possible to download JMP16? PS: I have asked my company for a JMP17 license but they say that they are "negotiating" the license renewals and this will take time (likely months). I can't wait mo...

    tachyon0710 tachyon0710
    Discussions |
    Mar 21, 2024 8:22 AM
    979 views | 1 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
    935 views | 0 replies
  • Handles in Graph Builder

    I'm trying to understand Handles, especially in Graph Builder. First of all, they don't seem to work.  But beyond that, I don't understand how they could work -- if I enter a Handle() as a script within Graph Builder's "Customize..." Customize Graph dialog, does it execute that script every time the graph is redrawn?  If so, is it creating many instances of a Handle object? I thought this script a...

    BHarris BHarris
    Discussions |
    Mar 20, 2024 10:24 PM
    1006 views | 1 replies
  • Stack Columns with multiple names

    Hello everyone!
    Lets say I have a data table which looks like that: A,B1,B2,C1,C2,D1,2,3,4,5,166,7,8,9,10,1611,12,13,14,15,16I want to stack them so the new table looks like that: A,B,C1,2,41,3,56,7,96,8,1011,12,1411,13,15I have three lists: one containing columns that need to be kept: list_to_keep= {A},list_to_stack_before= {B1,C1} and list_to_stack_after = {B2,C2}.First i wrote a script to create...

    xXjmplearnerXx xXjmplearnerXx
    Discussions |
    Mar 20, 2024 2:46 PM
    2769 views | 5 replies
  • Installing JMP 17 Via powershell to include license

    Hoping someone can help, I am trying to find a script that will install JMP 17 via network drive and also install the SID file and set the per file to a default location. 

    PoynomialMink80 PoynomialMink80
    Discussions |
    Mar 20, 2024 8:57 AM
    2877 views | 3 replies

Latest Discussions

  • 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
    935 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
  • JMP Project Global Data Filter and Column Switcher

    Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 12:10 AM
    624 views | 0 replies
  • "If" returns error response

    I have a script to draw charts and use "if" for the reference line."Sometimes" the reference line is not correct. For example, when Rel_Test=H3TRB, the reference line should be 10, but it shows 5.How could I fix it? 
    d6_graph=dt2 << Graph Builder( Size( 400, 300 ), Show Control Panel( 0 ), Variables( X( :Lot), Y( :dIGSS, Position( 1 ) ), Color( :Lot ), By(:Rel_Test) ), Elements( Box Pl
    ...

    LT LT
    Discussions |
    Mar 4, 2024 8:08 PM
    945 views | 0 replies
  • Neural networks that learn and predict in real time (incremental learning)

    Hello community!!A query:- How JMP is configured to generate neural networks that learn from their inputs in real time (incremental learning) in such a way that it continually updates its weights according to new inputs and generates updated real-time predictions.Greetings,Marco

    Marco2024 Marco2024
    Discussions |
    Mar 4, 2024 9:37 AM
    854 views | 0 replies
view all discussions