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

  • Get distinct entries from a list?

    is there a simple way to obtain the distinct entries in a list? (similar to summary of a table by grouping column in order to get distinct entries in that column)
    The result could be either a reduced list containing only the distinct entries (repeated ones removed) or just a number showing the amount of different entries.
    Before writing a script I would like to check if there is a simple way / funct...

    katharina_l katharina_l
    Discussions |
    May 3, 2025 8:15 AM
    4873 views | 14 replies
  • Add Counter for Unique Cases in Groups

    Hi all,  How can I write an integer value counter to increment unique values in column B within group A, to do this? Here is what I have tried so far:   dt_Table1 = Data Table("Table1"); dt_Table1 << New Column("Dataset", Numeric, "Nominal", Set Selected); Sum1 = dt_Table1 << Summary(Group(:Group, :Date)); Sum2 = Sum1 << Summary(Group(:Group)); :N Rows << Set Name("N Datasets in Group"); dt_Tab...

    StumptownSlash StumptownSlash
    Discussions |
    May 3, 2025 8:01 AM
    5164 views | 11 replies
  • Extract words from String Column

    How do I create an Output1 column to extract all the words starting with "_D" from a column called String1?    String1                                      Output1 PRD_D30405_v1                     D30405 PRD_MH1_D4375                   D4375 FET-D3245_v2_D43453          D43453 BDT_33tr-ge_DT3746_v2       DT3746

    cchueng cchueng
    Discussions |
    May 2, 2025 9:56 PM
    674 views | 2 replies
  • 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
    1754 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
    1782 views | 6 replies

Latest Discussions

  • Add Counter for Unique Cases in Groups

    Hi all,  How can I write an integer value counter to increment unique values in column B within group A, to do this? Here is what I have tried so far:   dt_Table1 = Data Table("Table1"); dt_Table1 << New Column("Dataset", Numeric, "Nominal", Set Selected); Sum1 = dt_Table1 << Summary(Group(:Group, :Date)); Sum2 = Sum1 << Summary(Group(:Group)); :N Rows << Set Name("N Datasets in Group"); dt_Tab...

    StumptownSlash StumptownSlash
    Discussions |
    May 3, 2025 8:01 AM
    5164 views | 11 replies
  • Extract words from String Column

    How do I create an Output1 column to extract all the words starting with "_D" from a column called String1?    String1                                      Output1 PRD_D30405_v1                     D30405 PRD_MH1_D4375                   D4375 FET-D3245_v2_D43453          D43453 BDT_33tr-ge_DT3746_v2       DT3746

    cchueng cchueng
    Discussions |
    May 2, 2025 9:56 PM
    674 views | 2 replies
  • 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
    1754 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
    721 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
    1877 views | 9 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
    558 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
    581 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
    617 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
    494 views | 0 replies
view all discussions