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

  • Curve fitting and Parallelism

    Hi,I was wondering if there is a platform in JMP17 that helps with 4PL or 5PL curve fitting (for bioassay). I'm looking for a step-by-step guideline as I've never done relative potency analysis with JMP in the past.Thank you

    DFereidouni DFereidouni
    Discussions |
    Jan 6, 2025 7:17 PM
    2050 views | 3 replies
  • How do I combine 2 graphs into 1 PNG?

    I have these two graphs that I'm saving as seperatly as PNG, but would like to save both graphs as one image. Is that possible? I'm using version 18.0.1.     gb1 = Graph Builder( Size(879, 689), Show Control Panel(0), Grid Color("Black"), Variables(X(:SiteX), Y(:SiteY), Wrap(:Wafer), Color(:BDO_P1P2)), Elements(Heatmap(X, Y, Legend(44), Label("Label by Value"))), Local Data Filter(Close Outl...

    CoxPorcupine721 CoxPorcupine721
    Discussions |
    Jan 6, 2025 10:00 AM
    953 views | 1 replies
  • remove carriage return

    I am using JMPPro 18. I am trying to develop some scripts to clean up my data, and I have an issue with the carriage returns. I have read other other posts on this subject, and it is still not working for me.when I use Recode to remove these, it works fine. However, when I save the recode workflow, and run the workflow, the data is not recoded. I have tried using \r and \!r as suggested in other p...

    ckronig ckronig
    Discussions |
    Jan 6, 2025 7:13 AM
    1619 views | 3 replies
  • How can I obtain the serial number of the column where the cursor resides using a script?

    Let's say I select a cell in column 4
    The following code only gets the specific column name, not the serial number of the column :4dt=Open("$SAMPLE_DATA/Big Class.jmp"); aaa=(dt<<get selected columns)[1];Thanks!

    lala lala
    Discussions |
    Jan 6, 2025 1:17 AM
    1156 views | 2 replies
  • moving a few columns/rows from table a to b

    Clear Symbols(); // Open a file dialog to choose the text file txtFilePath = Pick File("Choose a text file", {"Text Files|*.txt"}); // Check if a file was selected If(txtFilePath != "", // Convert the file path to ensure it's in the correct format txtFilePath = Convert File Path(txtFilePath); // Import the text file into a new JMP table dt1 = Open( txtFilePath, Delimiter("\t") ...

    RepeatedCoyote3 RepeatedCoyote3
    Discussions |
    Jan 5, 2025 12:18 AM
    840 views | 2 replies

Latest Discussions

  • Curve fitting and Parallelism

    Hi,I was wondering if there is a platform in JMP17 that helps with 4PL or 5PL curve fitting (for bioassay). I'm looking for a step-by-step guideline as I've never done relative potency analysis with JMP in the past.Thank you

    DFereidouni DFereidouni
    Discussions |
    Jan 6, 2025 7:17 PM
    2050 views | 3 replies
  • 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

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