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

  • 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
    1456 views | 1 replies
  • How to get check boxes to be change (or become visible or active) based on a previous selection in a modal window?

    In the following script, I would like to do the following:Based on the selection of TestTech, I want the appropriate TestStage check box list to appear (appear is preferred, if not become active if all options need to be visible). So,if Tech1 is selected, all TestSages with _Tech1 should be available to the user for selectionif Tech2 is selected, all TestSages with _Tech2 should be available to th...

    Neo Neo
    Discussions |
    Dec 13, 2023 1:09 PM
    9138 views | 24 replies
  • How to set control limit in IMR chart and Xbar R chart

    Greetings,
    I'm using JMP 17, I tried to set control limit for IMR chart and X bar R chart. 
    Although I have set the control limits, when I run the script, the control limits do not change as I have set them.
    dt is the data table.
    below is the script for IMR chart:dt = Open( "$SAMPLE_DATA/Time Series/Workers.jmp" ); Gra = dt << Control Chart Builder( K Sigma( 2.5 ), Variables( Subgroup( :DATE ), Y( ...

    Celine1 Celine1
    Discussions |
    Dec 13, 2023 9:03 AM
    1993 views | 1 replies
  • Use for loop variable in a formula

    Trying with this script but variable "l" is not working, only variable "k" is working. Anyway to solve this? For( k = 40, k <= 54, k += 2, x1 = 1; x2 = 8; y1 = 40; y2 = 54; m = (y2 - y1) / (x2 - x1); c = y2 - (m * x1); l = (k - c) / m; dt << New Column( "Test" || Char( k ), Numeric, "Continuous", Format( "Best", 12 ), Formula( If( :Strobe == 1, If( :Tested Variable == 0...

    Sysy13 Sysy13
    Discussions |
    Dec 13, 2023 5:59 AM
    8332 views | 7 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

Latest Discussions

  • 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
    1456 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
    2047 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
    1593 views | 3 replies
  • Graph Builder: Pinned data labels for line graph of series colored by continuous variable?

    Hello - I'm plotting multiple series ontop of eachother in graph builder. Legend is great, but it would be really nice to have a data label at the end of each series so people don't have to have their eyes flying all over the place when seeing new data. However, when using a continuous variable in the color column, the line label setting disappears. I could just put the series in the overlay colum...

    ehchandlerjr ehchandlerjr
    Discussions |
    Dec 9, 2023 3:49 AM
    2158 views | 4 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
    921 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
    978 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