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

  • 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
  • WINDOWS 10 > JMP 17.2 > Graph Builder > Scatter Plot > Dynamic Cluster Annotation

    Hi JMP Community,   Windows Pro 10 - JMP 17.2   I have some data projected on a 2D UMAP, and I would like to automatically insert the formatted (Color and Size) Cluster ID on top of the UMAP2 x UMAP1 Scatter Plot in Graph Builder. I managed to get the Cluster IDs by plotting them separately and merging them to the main FrameBox. Still, this is unsatisfactory because I cannot control the size and c...

    Thierry_S Thierry_S
    Discussions |
    Dec 30, 2024 11:51 PM
    2141 views | 6 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
  • How to reference Outline Box from within red triangle menu without using variables

    Here's a reworked example from Scripting Index:Names Default To Here( 1 ); ob = Outline Box( "Picker", {"Copy picture", ob << Copy Picture()}, H List Box( Text Box( "Label:" ), teb = Text Edit Box( Char( 213 ) ) ) ); New Window( "Example", ob ); It adds a menu item in the red triangle menu that would copy the picture of this box to the buffer.Script works just fine. My question is: what i...

    miguello miguello
    Discussions |
    Dec 29, 2024 3:30 AM
    1440 views | 5 replies

Latest Discussions

  • 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
  • Conditional Count Across Columns

    I have a table with quite a few columns (>100). I am trying to create a column that counts the number of columns in a row that are greater than 1. How would I write a formula to do that? Below is a small picture of an example table.   It would be preferable if this was just a formula I could drop into a table and a not a standalone JSL script. 

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Dec 29, 2024 2:46 AM
    2410 views | 3 replies
  • Top 10 Values in Many Columns

    I have a data table with a few thousand columns. I am looking to find the top "X" number of values in those columns, by another variable. For instance, I want to know the columns with the 10 highest values, when another column has a value of "Large Cap Stocks". 

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Dec 28, 2024 10:10 AM
    1914 views | 4 replies
  • Connecting and listen to a socket

    Hi, I'm Jmp 17 user.I have a python script that is a server that keep sending short messages every 3 sec. I'm trying to connect and receive these numbers in jmp. I used this HTTP Request example  as reference, but the callbackfn never get called.  callbackfn = function( {x},  write ("Message Recieved"); ); //Create a socket con = Socket(); //Use a specific port on this computer con << Bind( "loc...

    Vertigo42 Vertigo42
    Discussions |
    Dec 26, 2024 12:35 AM
    954 views | 2 replies

Latest Discussions

  • 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
  • Error add-in manager :AddinID == selectionID

    I am taking the above error once i click to build currently selected add-in button at the add-in manager.  Error Message: {"Send Expects Scriptable Object"(1, {23}, 2, "Send", here:addinTable << /*###*/get rows where(:AddinID == selectionID) /*###*/)} Error: Send Expects Scriptable Object 1 time(s). Data Table Indices: 23 Type: Error Function Name: Send Function being executed: here:addinTab...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Oct 29, 2024 6:41 AM
    676 views | 0 replies
view all discussions