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

  • Error installing JMP 16

    Hi All, Here is the error I got.
    OS: Windows 10 proI have installed this previously until today 

    RMSETurtle754 RMSETurtle754
    Discussions |
    Mar 22, 2024 5:26 PM
    1010 views | 1 replies
  • Problem calling a script with Include()

    Hi All, I have 3 scripts that run different SQL queries to extract data. Another script uses Include() to run each one of those scripts and then makes some modifications to the three tables and joins them.In two of those scripts, when I run the individual script, or the call using Include(), I got the same table. However, for the last script, if I run it I get like 8000 rows, but running it throug...

    Festrus Festrus
    Discussions |
    Mar 22, 2024 7:41 AM
    1668 views | 3 replies
  • sumif: count columns if they contain some character

    Hello,I found a discussion from 2015 (subject "sumif") that has a very helpful script for my current task.I wrote there my question but I don't know if people who participated in that discussion can see my question. This script I found (slightly modified) and it works great for counting columns for each row where values are "0/0" (or whatever).dt << New Column("Sum", Numeric, Formula( ...

    Valentina Valentina
    Discussions |
    Mar 22, 2024 3:27 AM
    3003 views | 7 replies
  • How to use Set Property() to make a custerm order for a column?

    Hi, Dears,I have a Demo.jmp which includes 3 columns:Column Name, Data TypeT, CharacterValue,NumericSN,Characer I'd like to make a custerm order on column "T" as "LT","RT","HT" ascending with the script below://dt = Open("Demo.jmp"); //please open Demo.jmp manually dt = Current Data Table(); dt << Recode Column( :T, Update Properties( 1 ), Target Column( :T )); :T <<Set Property( "Value Order",{"...

    AutoDormouse960 AutoDormouse960
    Discussions |
    Mar 22, 2024 12:40 AM
    1271 views | 1 replies
  • Fill column once per group without repeating values with JSL

    Hi!So I have the below data table.  The individual test results are in the "test result" column and indicate if the respective y passes test a,b, and c. The "overall result" column indicates a "pass" if 2 or more of the tests (a,b,c) pass. I was able compute the overall result with a formula, but what I would like to do is get a list that says the result once per Y variable-- i.e. overall result =...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Mar 21, 2024 10:52 PM
    1394 views | 2 replies

Latest Discussions

  • Error installing JMP 16

    Hi All, Here is the error I got.
    OS: Windows 10 proI have installed this previously until today 

    RMSETurtle754 RMSETurtle754
    Discussions |
    Mar 22, 2024 5:26 PM
    1010 views | 1 replies
  • Problem calling a script with Include()

    Hi All, I have 3 scripts that run different SQL queries to extract data. Another script uses Include() to run each one of those scripts and then makes some modifications to the three tables and joins them.In two of those scripts, when I run the individual script, or the call using Include(), I got the same table. However, for the last script, if I run it I get like 8000 rows, but running it throug...

    Festrus Festrus
    Discussions |
    Mar 22, 2024 7:41 AM
    1668 views | 3 replies
  • How to calculate date from cumulative data?

    I have a script that is pulling data from a server everyday. It has a date column from August-present. How can I get which data is from 2 Quarters or 3 Months or 4 Weeks or 10 Days starting from the present day from the data? This calculations should be in separated columns like. And I think a flag will be needed? And is it possible to continuously calculate this using the latest added date? I'm n...

    UserID16644 UserID16644
    Discussions |
    Mar 21, 2024 10:28 PM
    1007 views | 1 replies
  • Change Filter Col Selecter Application Builder with datatable

    Hello guys.. I am working on application builder., In the interface i have a col Filter box for with now when application opens it prompts to select datatable. Now i have a list box in which it display all the open datatables, when users selects a datatable and clicks the button i want the columns in col filter box to change accordingly. I tried set datatable, and also equating the underlying data...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 21, 2024 8:25 AM
    924 views | 1 replies
  • 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
    968 views | 1 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
    662 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
    942 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