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

  • 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
    1451 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
    932 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
    1000 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
    2752 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
    2864 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
    932 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
    1000 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
    2752 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
    2864 views | 3 replies
  • Dif(col,n) function, but one that can handle subtracting between multiple datasets

    Hello - I've got some data that for these purposes is akin to spectroscopic (XRD diffractogram for those that are familliar). I'm trying to do a basic background subtraction, but I have 200+ diffractograms, so I'm trying to automate it. I have the table in stacked format, and I'd love to just say "Here are my xy columns, and here is an ID column, do a Dif(col,n) function in column 4 that instead o...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 20, 2024 6:21 AM
    1502 views | 2 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
    932 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
    663 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
    621 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
    944 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
    850 views | 0 replies
view all discussions