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

  • Data table order is commingled

    Hi folks,   I have three FRF (txt style) files to be imported into JMP, and I had the following script to import and process the data. I have one description table that has three description items, which need to be assigned to the FRF data table in an ascending order. For example:   z-ht_0.414 needs to be assigned to ccf_23101106.FRF z-ht_0.464 needs to be assigned to ccf_23101703.FRF z-ht_0.514 n...

    TDK_Long TDK_Long
    Discussions |
    Oct 23, 2023 4:26 PM
    2152 views | 4 replies
  • How to get limits from from column and use it for other columns via JSL?

    The attached data table has got limits (LSL/USL) for each measured parameter (Current, Resistance) in the respective columns. Without changing the data table format, how do I get the limits for each parameter to show as reference lines for example when the Median is plotted vs PartID (as in the script in the attached data table)?One way I can think of doing this is to save the LSL/USL into the col...

    Neo Neo
    Discussions |
    Oct 23, 2023 1:48 PM
    4794 views | 11 replies
  • Running JMP on RDS (Remote Desktop Services)?

    We are currently running JMP on Citrix servers.  We've been asked by our IT department to see if JMP will run using Remote Desktop Services (RDS).  Is that possible?  Has anyone else done this and can you share war stories? Thanks, Peter

    pmroz pmroz
    Discussions |
    Oct 23, 2023 8:54 AM
    3136 views | 5 replies
  • Rename data table from a subsection of the file path.

    I use Pick File() to retrieve the file path. From this file path I want to take a subsection and use this as the name for the data table produced by the script.For example the file path is C:\Documents\Plot_Losses\DUT2\25C\filename and I want to call the data table 25C.  I can use Set Name to name the data table as the whole file path but not a subsection.How can I script this for when the tempera...

    MedianRooster10 MedianRooster10
    Discussions |
    Oct 23, 2023 5:08 AM
    2393 views | 4 replies
  • Script to rename a table coming from the Contingency Table option : Make Into Data Table

    Hi all, I made a code to obtain a data table with contingency table tool information, unfortunately, the table issued is named "Untitled xxx". I would like to know if by scripting it will be possible either to select the last table created and change its name, or to select the table containing Untitled in its name, to rename it at the end ? The objective is to close the table at each launch if the...

    Arkawa Arkawa
    Discussions |
    Oct 23, 2023 2:50 AM
    3983 views | 8 replies

Latest Discussions

Latest Discussions

  • 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
  • Use JMP Locale Settings( 0 ) not working on macOS

    It seems the following command does not work for JMP MacOS.   Use JMP Locale Settings( 0 )   Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user? // Configuring JMP to save CSV as commas and not If( (Num( "3.14" ) == 3.14), is_EN_num_format = 1, //"English numeric format" is_EN_num_format = 0 //"Non-english"); )...

    FN FN
    Discussions |
    Sep 15, 2023 10:21 AM
    786 views | 0 replies
view all discussions