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

  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    463 views | 0 replies
  • helpful Custom Functions

    You know a cool trick / helpful gimmick? -> please share with us : )   [More Topic Containers like this]

    hogi hogi
    Discussions |
    Jan 3, 2025 1:25 PM
    848 views | 2 replies
  • Preset filters as button boxes

    I am trying to create button boxes where I can have set parameters that the global filter is assigned to. For the example below I would like a button for females only and another one with male and height greater than 60  dt = Open( "$SAMPLE_DATA/big class.jmp" ); gra1=hlistbox(dt<<Graph Builder( Size( 528, 450 ), Show Control Panel( 0 ), Variables( X( :height ), Y( :weight ), Overlay( :sex )...

    AlanBell AlanBell
    Discussions |
    Jan 3, 2025 11:26 AM
    1418 views | 4 replies
  • Extracting text from a column of strings

    Hello,

    I am a bit of a novice when it comes to scripting in JMP, and I am trying to write a script that would be able to extract specific numbers from a string and create new columns for each one. Each number would always follow the characters 'DX' or 'DY' For example:

    D113U_NTCH_CM_MEAS_CD_SEM_{2UM_X6_NTCH_CM_IMAGE}_DX7DY11SDX11SDY15_2024-12-06_18-57-42.jpg

    I would want to extract and create these c...

    Seth Seth
    Discussions |
    Jan 3, 2025 3:04 AM
    1303 views | 4 replies
  • Windows 10 > JMP 17.2 Standard > Neural Network > Trimming Variables Procedure?

    Dear JMP Community,   I am working with JMP 17.2 Standard on Windows Pro 10.   I am exploring the predictive value of Baseline biological measures to determine the future outcome of medical treatment using Predictor Screening and Neural Networks. I would like to know if there is a recommended automated process, including JSL scripts, that would allow me to trim the model to the fewest variables me...

    Thierry_S Thierry_S
    Discussions |
    Jan 2, 2025 1:35 AM
    1235 views | 2 replies

Latest Discussions

  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    463 views | 0 replies
  • helpful Custom Functions

    You know a cool trick / helpful gimmick? -> please share with us : )   [More Topic Containers like this]

    hogi hogi
    Discussions |
    Jan 3, 2025 1:25 PM
    848 views | 2 replies
  • Extracting text from a column of strings

    Hello,

    I am a bit of a novice when it comes to scripting in JMP, and I am trying to write a script that would be able to extract specific numbers from a string and create new columns for each one. Each number would always follow the characters 'DX' or 'DY' For example:

    D113U_NTCH_CM_MEAS_CD_SEM_{2UM_X6_NTCH_CM_IMAGE}_DX7DY11SDX11SDY15_2024-12-06_18-57-42.jpg

    I would want to extract and create these c...

    Seth Seth
    Discussions |
    Jan 3, 2025 3:04 AM
    1303 views | 4 replies
  • issue with get legend items

    In JMP18 (18.1.1) this example from scripting index doesn't work:  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ), Color( :age ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ) ); server = gb << Get Legend Server; items = server << Get Legend Items; For Each( {item, index...

    hogi hogi
    Discussions |
    Dec 30, 2024 2:14 PM
    1650 views | 5 replies
  • Debugging Jmp applications

    Are there some tricks how to debug a Jmp application? I guess the defailt way to do so is something like:Use the Jmp debugger, add breakpoints, let the application code run and stop at the breakpoint, then check what is happening step by step ... When I have to debug non-Application JSL code, I like it to have the freedom to run whatever code in the script at any time.E.g. remove the modal setting...

    hogi hogi
    Discussions |
    Dec 29, 2024 8:11 AM
    2058 views | 4 replies

Latest Discussions

  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    463 views | 0 replies
  • help to get R squared predicted

    Hello!I installed a script from a community response regarding the calculation of R²pred, as shown in the image below (I'm using JMP 18 pro): (link da resposta do @erich_gundlach https://community.jmp.com/t5/JMP-Add-Ins/Predicted-R-square-calculator/ta-p/39927)  In PRESS, R²pred didn't appear. (Press is low because I haven't reduced the model yet, don't worry =))  I really need to show these R²pre...

    ivanpicchi ivanpicchi
    Discussions |
    Dec 4, 2024 10:21 AM
    660 views | 0 replies
  • Black Full Screen Issue in JMP During Startup

    Hi everyone, Black Full screen problems are preventing me from using JMP. Every time I launch the software, the screen turns completely black, and I can’t interact with any of the menus or features. I have already tried reinstalling JMP, updating my display drivers, and ensuring my system meets the requirements, but nothing seems to resolve the issue.Iam currently using JMP version 16 on Windows 1...

    romromillys romromillys
    Discussions |
    Nov 28, 2024 11:26 PM
    578 views | 0 replies
  • Script to highlight a cell in a report

    hello everyone....   I am performing contingency reports across a number of categorical X's towards a given Y (categorical) - where I like to highlight contingency table cells (from output report) based on conditions :    e.g. highlight if  count >=12 Cell Chi Square >=3.0  Would like to highlight the cell w/ some color (font color can also work, highlight is better) if it satisfies the given cond...

    altug_bayram altug_bayram
    Discussions |
    Nov 22, 2024 8:33 AM
    596 views | 0 replies
  • column and table selection

    The new Messages in Workflow Builder are great.
    Is there a possibility to pick a column from he current data table - or an open table?

     

    hogi hogi
    Discussions |
    Nov 7, 2024 10:31 AM
    483 views | 0 replies
view all discussions