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

  • Run Program on Mac for unix "which" command

    I'm trying to use the Run Program() command to execute the unix command "/usr/bin/which -a Python3".  I'm still learning so sorry if the answer seems obvious.  For the record, I'm running JMP Pro 17.2 on MacOS Sonoma 14.7.1.  The Mac thing is important to note, as there seem to be some subtle syntax differences from PCs.    Attempt 1 (just confirming Run Program works): RP = Run Program( Executab...

    nikles nikles
    Discussions |
    May 2, 2025 2:53 PM
    1757 views | 4 replies
  • VConcat many matrices together

    Concatenating matrices in a loop slows down with loop iterations. For example this pseudocode: OutputM = []; for( i=1, i<=N, i++,   // do some calculations, generate a matrix of results, call it,  ThisM   OutputM  |/ = ThisM ); If I do the above, then as N increases, the VConcat line gets slower and slower with every iteration. Note that each iteration produces a matrix with same number of columns...

    tsl tsl
    Discussions |
    May 2, 2025 1:19 PM
    1786 views | 6 replies
  • Use Variable Columns in Platform Script

    I encounter an error when trying to use variable columns in the Split platform.  Does anyone know why this is not working, and how to resolve it?  JMP 18.2.0.   Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); // These all work. dt << Split( Split By( :sex ), Split( :height, :weight ), Group( :name, :age ), Output Table( "Split of Big Class 1" ) ); dt << Split( Split By( :...

    robot robot
    Discussions |
    May 1, 2025 8:05 PM
    595 views | 1 replies
  • Workflow Builder and row state

    Hi, It seems that Workflow Builder does not appear to record the script when the Row data filter is used to select rows of a table and then change row state for the selected rows. Tried using log window to view the steps and could not locate the steps either. Any help would be appreciated. Cheers.

    Onjai Onjai
    Discussions |
    May 1, 2025 5:43 AM
    1115 views | 4 replies
  • Couldn't install JMP Excel Add-in on Snapdragon X Elite laptop for both JMP17 and 18

    Was able to install and run both JMP17 and JMP18 on Snapdragon X Elite laptop. However, having issue installing JMP Excel add-in for both. The installation stalled at the following step (https://community.jmp.com/t5/JMP-Knowledge-Base/How-to-install-or-re-install-the-Excel-Add-in-for-JMP-when-the/ta-p/575299)  The installation options box now appears. Find the entry for the Excel Add-In and unchec...

    ILoveJMP ILoveJMP
    Discussions |
    Apr 30, 2025 5:02 PM
    722 views | 2 replies

Latest Discussions

  • Run Program on Mac for unix "which" command

    I'm trying to use the Run Program() command to execute the unix command "/usr/bin/which -a Python3".  I'm still learning so sorry if the answer seems obvious.  For the record, I'm running JMP Pro 17.2 on MacOS Sonoma 14.7.1.  The Mac thing is important to note, as there seem to be some subtle syntax differences from PCs.    Attempt 1 (just confirming Run Program works): RP = Run Program( Executab...

    nikles nikles
    Discussions |
    May 2, 2025 2:53 PM
    1757 views | 4 replies
  • Couldn't install JMP Excel Add-in on Snapdragon X Elite laptop for both JMP17 and 18

    Was able to install and run both JMP17 and JMP18 on Snapdragon X Elite laptop. However, having issue installing JMP Excel add-in for both. The installation stalled at the following step (https://community.jmp.com/t5/JMP-Knowledge-Base/How-to-install-or-re-install-the-Excel-Add-in-for-JMP-when-the/ta-p/575299)  The installation options box now appears. Find the entry for the Excel Add-In and unchec...

    ILoveJMP ILoveJMP
    Discussions |
    Apr 30, 2025 5:02 PM
    722 views | 2 replies
  • How to make the background of images made by JSL transparent using python?

    I didn't succeed like this. Thanks! dt = Open("$SAMPLE_DATA/Big Class.jmp"); p1 = dt << Graph Builder( Show Control Panel(0), Variables(X(:height), Y(:weight), Overlay(:sex)), Elements(Points(X, Y, Legend(1)), Smoother(X, Y, Legend(2))) ); img = p1 << Get Picture; img_binary = img << Get Blob("PNG"); base64_img = Blob To Base64(img_binary); Python Send("base64_img", base64_img);...

    lala lala
    Discussions |
    Apr 30, 2025 7:17 AM
    1882 views | 9 replies
  • I need some help with JMP courses.

    Hey everyone. I am Xavier, and I am a beginner at JMP learning. My elder sister runs an Indian restaurant. I know she has been struggling with analysing sales data. That’s why I plan on learning JMP and helping her. I would be grateful if someone could help me find a beginner's course.

    xaviercastillo xaviercastillo
    Discussions |
    Apr 29, 2025 2:18 AM
    607 views | 1 replies
  • How to solve the JMP Alarm with error "deleted object reference: day << Get in access or evaluation of 'Glue' in JMP18 version

    This script is running well in JMP14 version, but when I using in JMP18 version the alarm happened. Hopefully getting a help from everyone. Thank you so much    

    ThoPhan ThoPhan
    Discussions |
    Apr 28, 2025 10:38 PM
    882 views | 3 replies

Latest Discussions

  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    559 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    584 views | 0 replies
  • 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
    619 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
    611 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
    494 views | 0 replies
view all discussions