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

  • When a JSL code block crashes, is it possible to post a dialog box with a simple message?

    Hello,I am trying to run a python script using JMP's Run Porgram to read a zipped file and parse the data. Occationally the Zip file has issues and python would through out an error message that " File is not a zip file" Here is the JSL code blockrp = Run Program( executable( python_executable ), Options( {path_python_file, path_working_folder, path_datalog} ), readfunction( "text" ) ); When I exe...

    shafi-arifuzzam shafi-arifuzzam
    Discussions |
    Nov 2, 2023 10:48 AM
    912 views | 1 replies
  • Issues with XML file import with JSL, using the Parse XML command, and accessing child tags

    Hello - I'm trying to import a few hundred XML files. These files need to come in as a single row, and some lines need to be split into multiple columns, so as far as I can tell, the XML import wizard is out. I tried using the code from the import wizard as a starting point but A) I couldn't see how to easily put in a lot of nuance (like specifying splitting of text into columns, with one column b...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 2, 2023 9:26 AM
    5329 views | 6 replies
  • Aligning graphs from graph builder horizontally in journal - JMP17

    Hi I am looking to have graphs from graph builder side by side in a journal. Currently graphs are vertically arranged in journal. Below is my script: new = new window("final", << journal, vb = V List Box( ob = Outline Box( "OWL vs KESTREL_RX_SENSITIVITY", outline box(" QFN BAND 0") ); ) ); dt1_band0 = open("C:\Users\NXF90574\Documents\NXP\VIshal\OWL_Kestrel_...

    vharibal vharibal
    Discussions |
    Nov 2, 2023 9:21 AM
    2025 views | 3 replies
  • Using script to reference another script gives error where running only second script works just fine.

    Hello - I am working on two scripts, one where I make a user input box, and a second where I import an XML file. I built the XML file importer as a standalone script, and it works just fine. However, when I call it with the button script, I can't get it to work, saying  Wrong result type for expression for column xsi:Schema Location 1 at row 1 in access or evaluation of 'Set Each Value' , Set Each...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 2, 2023 9:20 AM
    3022 views | 4 replies
  • How do I avoid an error when selecting a row from a filtered table box?

    I am running JMP 17.1 and have the script shown below which works thanks to @jthi help.  When I run the script, I get a table box of Big Class.jmp in a window and I can select a row and it returns the values of Height and Weight from the selected row.  In my real world application, I have a much larger table that I'd like to filter down by right-clicking in the window and choosing "Filter Where......

    tbidwell tbidwell
    Discussions |
    Nov 2, 2023 8:00 AM
    5281 views | 5 replies

Latest Discussions

  • When a JSL code block crashes, is it possible to post a dialog box with a simple message?

    Hello,I am trying to run a python script using JMP's Run Porgram to read a zipped file and parse the data. Occationally the Zip file has issues and python would through out an error message that " File is not a zip file" Here is the JSL code blockrp = Run Program( executable( python_executable ), Options( {path_python_file, path_working_folder, path_datalog} ), readfunction( "text" ) ); When I exe...

    shafi-arifuzzam shafi-arifuzzam
    Discussions |
    Nov 2, 2023 10:48 AM
    912 views | 1 replies
  • Aligning graphs from graph builder horizontally in journal - JMP17

    Hi I am looking to have graphs from graph builder side by side in a journal. Currently graphs are vertically arranged in journal. Below is my script: new = new window("final", << journal, vb = V List Box( ob = Outline Box( "OWL vs KESTREL_RX_SENSITIVITY", outline box(" QFN BAND 0") ); ) ); dt1_band0 = open("C:\Users\NXF90574\Documents\NXP\VIshal\OWL_Kestrel_...

    vharibal vharibal
    Discussions |
    Nov 2, 2023 9:21 AM
    2025 views | 3 replies
  • Date imported from Excel in 1904

    Hello Community!  I am trying to do a script to automatically import an Excel file and create some graphs. I have a file with a column of date (dd Mon yyyy) which is important as it will be my X axis (Excel file attached).If I go directly from the Excel file to JMP using the add-on button, it’s working perfectly well, I get my datatable with my Date column properly formatted. But I want to script ...

    Elofar1 Elofar1
    Discussions |
    Nov 2, 2023 7:00 AM
    1507 views | 1 replies
  • How to select individual cell based on condition and insert it?

    Hello
    I am trying to select an individual cell based on condition and insert it to a column in JSL.
    For example:I have this following table - I want to insert to the first row under column "value"  the "score" value of the second row (11) because:
    when looking on the first and second row:home = home and y=y and x=x+1Input:scorehomeyxvalue10US11 11US12 10Canada11 10US35  Expected: scorehomeyxvalue10U...

    septon septon
    Discussions |
    Nov 2, 2023 2:59 AM
    1043 views | 1 replies
  • What is not possible via JSL?

    https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690346/highlight/true#M87620  Where are the limits? I mean:- where is the the GUI/mouse user ahead of his JSL colleague?
    - where is a hard wall for any Jmp user?

    hogi hogi
    Discussions |
    Nov 1, 2023 3:05 AM
    4850 views | 11 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
    677 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