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

  • Formula

    Bonjour, je cherche à construire une colonne de test :  A partir du script suivant : dt11 = current data table();
    // Choisir colonnes commençant par employes dur_cols = Filter Each( {col_name}, dt11 << Get Column Names( "String", Nominal ), Starts With( col_name, "employes " ) ); // Nouvelle colonne dt11 << New Column( "TEST EMPLOYES", Numeric, "Continuous", Format( "Best", 12 ) ); // Modifier
    ...

    hcarr01 hcarr01
    Discussions |
    Feb 10, 2025 3:56 AM
    1082 views | 3 replies
  • Calculate x sigma Spec Limits for non-normal distribution

    Currently I need to calculate Non-normal distribution LSL and USL based on sigma value (eg. 4 sigma), to get the process capability. 
    In another word, I need to select 'Z-score' and 'K:4' and hit the "Calculate Spec Limits" Button automatically in JSL script..
    Does anyone know how to use this function in JSL script? Appreciate all kind helps!

    Creatur2 Creatur2
    Discussions |
    Feb 9, 2025 7:17 AM
    1726 views | 4 replies
  • challenges using Mail() to auto mailling report

     Hi,I need to automated sending a graph in email body and attach a table daily. I'm having 3 issues now and hope someone can help.
    issue 1) : Not able to get graph into mail body. How I can do that? I simply tried below and no graph in body and it complains that character is needed, which indicating not allow picture?graph << Get As Report();
    mail("XXX@XXX", "test", "Visualization " ||"\!n"|| Eval(g...

    dadawasozo dadawasozo
    Discussions |
    Feb 7, 2025 10:28 PM
    2124 views | 4 replies
  • Odd Image File Types in Unzipped JmpAddin

    I am managing a JMPADDIN file for my team, and I noticed there are many odd files types like JPG_2_2_2_2_2_2_2_2_2.  My concern is these are unnecessary and cause a bloated file size for the JMPADDIN.  Why do these files exist?  If unnecessary, what is the best way to remove them?  What is the best way to prevent this in the future? I am using JMP18.1.1, but I have seen this issue in other JMP ver...

    robot robot
    Discussions |
    Feb 7, 2025 3:39 PM
    1100 views | 2 replies
  • Find time difference between rows

    Hello,  I am working on setting up a script. One of the steps is for us to determine if the 'Timestamp' is within 30 minutes of the row above or below, with them in sequential order by UCN. Obviously, I need this to include the date and time. Below is the script/formula I am using. But when I do it, it is only looking at times and not taking into account the UCN or the date. You can see in my '30 ...

    patriciafm811 patriciafm811
    Discussions |
    Feb 7, 2025 10:00 AM
    2196 views | 9 replies

Latest Discussions

  • challenges using Mail() to auto mailling report

     Hi,I need to automated sending a graph in email body and attach a table daily. I'm having 3 issues now and hope someone can help.
    issue 1) : Not able to get graph into mail body. How I can do that? I simply tried below and no graph in body and it complains that character is needed, which indicating not allow picture?graph << Get As Report();
    mail("XXX@XXX", "test", "Visualization " ||"\!n"|| Eval(g...

    dadawasozo dadawasozo
    Discussions |
    Feb 7, 2025 10:28 PM
    2124 views | 4 replies
  • Decimals on y axis on plots

    I use a simple JMP add-in that outputs some plots. Is there anything I could do to change the decimal precision of the y-axis without having to manually adjust it each time? How it is now:  

    how i would like it :  The script that i use is this : 

       gb1 = Expr( Graph Builder( Size( 635, 338 ), invisible, Show Control Panel( 0 ), Variables( X( :Time Point Mont...

    ConvergentWhale ConvergentWhale
    Discussions |
    Feb 7, 2025 2:47 AM
    536 views | 1 replies
  • I am very new user to JMP. Can you explain this function for me?

    I am very new to the JMP program and I was assigned to translate this code into Python. I don't understand what is this function used for so I can't completely convert the code to Python.

    col_string = ":FPC 1,:FPC 2,:FPC 3,:FPC 4,:FPC 5,:FPC 6,:FPC 7,:FPC 8,:FPC 9,:FPC 10"; // generate and evaluate a string that defines the Gen Reg Model for all FPCs Eval( Parse( "GenRegFit = dT << Fit Mod...

    LinkageAntelope LinkageAntelope
    Discussions |
    Feb 6, 2025 6:24 AM
    699 views | 2 replies
  • how to Define different data formats per JMP JSL

    I have two columns in the file, one column is the parameter name, the second column is the parameter value, I want to confirm whether JMP can make a definition: different parameter names corresponding to the parameter value has a different numerical format. For example: the parameter name is TTV is an integer format, and the parameter name is CARRIER CONCENTRATION and RES is a scientific notation.

    wenwenzhou wenwenzhou
    Discussions |
    Feb 5, 2025 9:52 PM
    608 views | 1 replies
  • concatenate tables only if they exists

    I am trying to create a workflow when I would like to open multiple tables and concatenate them. The issue I am running into is that I don't know whether the tables will be available. As an example let's assume I may have up to 8 tables total. Let's call them table1, table2... table8.The workflow I created assumed all tables exists, but if I remove one or a few tables it generates the error since ...

    andrey andrey
    Discussions |
    Feb 3, 2025 9:48 AM
    1295 views | 4 replies

Latest Discussions

  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    614 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    608 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    492 views | 0 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
    465 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
    667 views | 0 replies
view all discussions