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

  • MFI import data start on row X

    Hello, I am trying to do a multi file import, but I have data with a header on row 7 and data starting on row 8. I know how to change this in the script for individual worksheet imports. How do I do it for MFI? Using JMP 17. 

    patriciafm811 patriciafm811
    Discussions |
    Oct 30, 2023 6:42 AM
    962 views | 1 replies
  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    799 views | 0 replies
  • How do I retrieve a row of data from a table in a display window that has been selected?

    I have a window that has a table in it (i.e., the first 5 rows of Big Class.jmp) that I created using the script below and I'd like to know:1) that a row of the table was selected2) retrieve the row of data from the table in the window After the window has been made, let's assume the user selects a row of the table as shown in the attached image. Note: I am using JMP ver 17.1. names default to her...

    tbidwell tbidwell
    Discussions |
    Oct 27, 2023 11:49 AM
    1190 views | 1 replies
  • How to get data selected by Data Filter () into a new data table (using JSL)?

    I know how to do this interactively but how do to get data selected by Data Filter () from a parent data-table into a new (subset) data table via JSL? I also need the new subset data-table to be created newly (closing the old subset) or the old one refreshed (if this possible) as the selection changes in the data filter.Would putting the data filter () inside a modal window work or is there a bett...

    Neo Neo
    Discussions |
    Oct 27, 2023 5:16 AM
    5354 views | 9 replies
  • How to use JMP 17 multithreading to download such URL data?

    When doing a Multi HTTP Request using JMP 17, encountering this download no temporary folder no files found,
    But it's a discovery download.

    lala lala
    Discussions |
    Oct 26, 2023 5:43 PM
    1682 views | 3 replies

Latest Discussions

  • MFI import data start on row X

    Hello, I am trying to do a multi file import, but I have data with a header on row 7 and data starting on row 8. I know how to change this in the script for individual worksheet imports. How do I do it for MFI? Using JMP 17. 

    patriciafm811 patriciafm811
    Discussions |
    Oct 30, 2023 6:42 AM
    962 views | 1 replies
  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    799 views | 0 replies
  • How to use JMP 17 multithreading to download such URL data?

    When doing a Multi HTTP Request using JMP 17, encountering this download no temporary folder no files found,
    But it's a discovery download.

    lala lala
    Discussions |
    Oct 26, 2023 5:43 PM
    1682 views | 3 replies
  • Reformat Script - Protect some code?

    Reformat Script in JSL Editor is very helpful to get the code with a formatted structure. Often it helps to find bugs in the code and to keep the overview.But sometimes, it's the opposite.
    Is there a way to protect code in a specific area from being shuffled by Reformat Script?  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Recode Column( dt:name, {Map Value( _rcO...

    hogi hogi
    Discussions |
    Oct 26, 2023 2:32 AM
    2053 views | 5 replies
  • Match case ( 0 )

    HelloI would like to find test names that continue "pcie0" sometimes in lower or upper formatI understand I should use Match case ( 0 )I have added it to my script but received errorcan you check what I should change in my script?  Column(dt, "PARAMETR") << Set Each Value( If( Contains(( :TEST_NAME,"pcie0")), Match case( 0 ),"PCIE0",:PARAMETR)); 

    Dennisbur Dennisbur
    Discussions |
    Oct 23, 2023 9:59 PM
    1732 views | 4 replies

Latest Discussions

  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    799 views | 0 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    679 views | 0 replies
  • Is it possible to have independent x-axis ordering within x-axis groups in graph builder?

    In the attached data table the saved script plots the chart below.I want the x-axis parameter bars to change in order with the highest number of fails appearing first within each week (i.e. a Pareto type plot within each week)I created a FailOrder column for ordering within each week, but it does not seem to do what I want. Is there a way, via JSL, to have the order of the parameters (Para) in asc...

    Neo Neo
    Discussions |
    Oct 17, 2023 7:33 AM
    806 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    871 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    657 views | 0 replies
view all discussions