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

  • Linux and Containerization Support

    Hello, I am looking to set up JMP and integrate with SAS 9.4. All our cloud infrastructure is based on Linux and Kubernetes. I am wondering if it is possible to install JMP on Linux or if there are containerized JMP images are available. 

    pizzaguy pizzaguy
    Discussions |
    Dec 18, 2023 4:52 PM
    4028 views | 6 replies
  • Can Substitute implement the function of regular substitution?

    For example, replace the column name [20231216] to show that this 20231216 is a variable 8-digit number:  Col1[20231216]、Col2[20231219]For( i = 2, i <= N Col( dt ), i++, ca = Column( i ) << Get Name; cc = Substitute( ca, "[(.{8,})]", "" );//?? Column( dt, i ) << set name( cc ); );Thanks!

    lala lala
    Discussions |
    Dec 17, 2023 5:09 AM
    1871 views | 3 replies
  • How to import tab-separated text directly into tabular data with the "Import Multiple Files" function?

    I have set this up, but the imported data still cannot be directly tabular.Thanks!Multiple File Import( <<Set Folder( "C:\7\" ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Set Name Filter( "*.*;" ), <<Set Name Enable( 0 ), <<Set Size Filter( {1491, 2610} ), <<Set Size Enable( 0 ), <<Set Date Filter( {3785240875.633, 3785241343.586} ), <<Set Date Enable( 0 ), <<Set Add File Name Col...

    lala lala
    Discussions |
    Dec 17, 2023 4:53 AM
    2119 views | 4 replies
  • JSL to create formula column with variable column names

    Hi,I need to create a new formula column via script using variables for column names and constant.Tried various combinations of Expr, Eval, Parse, Eval Insert for no avail.See sample.Thanksrow = 11; col = "foo"; for (i = 1, i <= ncols(dt), i++, dt << New Column( "ratio " || char(i), numeric, formula(( column(col) - column(col)[row] ) / (Col Max(col) - Col Min(col)))); );

    RonB RonB
    Discussions |
    Dec 17, 2023 12:18 AM
    2136 views | 2 replies
  • Loop to find max value for each unique values

    Hi, I am trying to iterate over each values of X and Y and save the max rn value in the MaxValue column.  Here is what I tried but something doesn't seem correct. Any advice?Names Default To Here( 1 ); dt = Current Data Table(); dt << begin data table(); // Loop through rows For( i = 1, i <= N Rows( dt ), i++, currentBarcode = dt:Barcode[i]; // Find the location of the maximum rn value for ...

    Jackie_ Jackie_
    Discussions |
    Dec 14, 2023 10:59 AM
    3110 views | 5 replies

Latest Discussions

  • Linux and Containerization Support

    Hello, I am looking to set up JMP and integrate with SAS 9.4. All our cloud infrastructure is based on Linux and Kubernetes. I am wondering if it is possible to install JMP on Linux or if there are containerized JMP images are available. 

    pizzaguy pizzaguy
    Discussions |
    Dec 18, 2023 4:52 PM
    4028 views | 6 replies
  • How to insert or update datatable into database using script

    Hi, everyone.
    I'm using JMP 17. I want to insert or update the data in datatable into external database ssms.

    Currently, I have a datatable. I want to compare the row of datatable. If the row of datatable is not exist in database then insert into database, else if it is existed in database then update into database.

    I know the SQL have insert or update function but don't know the JMP script can make ...

    Celine1 Celine1
    Discussions |
    Dec 14, 2023 5:30 AM
    1455 views | 1 replies
  • Extract Part of the String

    Hello, I have a string and I want to extract everything but the last four characters of the string.  So, the following string, 12/9/2023 19:05:57:754 would results in, 12/9/2023 19:05:57 How do I do this in JMP

    JMP_9006 JMP_9006
    Discussions |
    Dec 12, 2023 11:23 PM
    2035 views | 3 replies
  • How to get y-axis labels from multiple Y charts and change only specific labels?

    In a multiple y plot, how can I get the plotted y-axis labels/tiles (e.g. say get AAA, BBB, CCC, DDD and FFF as a list) and change some specific ones (post plotting), say BBB and DDD to BBB1 and DDD1 respectively and replot (closing the old)?   

    Neo Neo
    Discussions |
    Dec 11, 2023 9:28 AM
    2046 views | 3 replies
  • Copy Last Two Column data from Data table A to Data table B

    Hi  Everyone I have a two data table , table A and table B,I want write a script that copy last two column data from table A then paste to table B,Could you give me some kindly sugestion ? Thanks.

    wade-liu wade-liu
    Discussions |
    Dec 11, 2023 1:21 AM
    1592 views | 3 replies

Latest Discussions

  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    1134 views | 0 replies
  • Could JMP optimize factors with uncertainty?

    Hello community!!,A question: will it be possible for the profiler to find the best combinations of factors with uncertainty when performing a simulation, which maximize the total utility and minimize the total cost, generating a table of the best combinations found? For example: 

    Marco1 Marco1
    Discussions |
    Nov 21, 2023 9:08 AM
    920 views | 0 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1404 views | 0 replies
  • Is it possible to change the color of the median line in a box plot (with graph builder) via JSL?

    Is it possible to change the color of only the median (horizontal) line in a box plot (with graph builder) via JSL? If yes, could I get an example please (I am on JMP 16.2)?

    Neo Neo
    Discussions |
    Nov 15, 2023 7:25 AM
    977 views | 0 replies
  • JSL script to open a SharePoint .xlsx worksheet.

    Hi!I am getting the below error when I tried to implement this method of opening an excel worksheet from SharePoint. Is there another method ?(Solved: How to extract data from an Excel file on Sharepoint? - JMP User Community) 

    MIchaels MIchaels
    Discussions |
    Nov 15, 2023 12:58 AM
    1012 views | 0 replies
view all discussions