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 remove duplicate entries from a list?

    If I have a list likemyList = {"John", "Dan", "Rob", "Rob", "Matt", "Shane", "Matt", "Shane", "John"};How do I get a list with duplicate entries removed ?myList_new= {"John", "Dan", "Rob", "Matt", "Shane"}; 

    Neo Neo
    Discussions |
    Nov 9, 2023 9:33 AM
    2684 views | 2 replies
  • Save summary in control chart

    Hi, 
    I'm using JMP 17. i would like to save a summary in excel file that include product name. 
    is it able to phase twice to get another column which is product name?

    else
    Can advise me how to add another column named product name in the summary?
    dt = PT << Save Summaries;

    Current Summary


    Output that I hope to get is have 3 columns which is Line, Profile Start Time and Product Name 

    Celine1 Celine1
    Discussions |
    Nov 9, 2023 7:58 AM
    907 views | 1 replies
  • Graph Builder: How to make stacked plots with some displacement for each series

    Hello - I have a spreadhseet in Excel that outputs a plot of multiple series all stacked and displaced from eachother, but also allows replicates to have a tighter spacing, as seen below:However, this takes multiple sheets, and somewhat manual redoing of the displacement each time, as well as constantly adjusting the colors because that's hard to control in excel. JMP would be a thousand times eas...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 9, 2023 6:07 AM
    2886 views | 6 replies
  • How to change frame border color in y grouped charts

    I want to change the color of the grey borders marked by red arrows below. How to do this via JSL (without changing JMP preferences)?  

    Neo Neo
    Discussions |
    Nov 9, 2023 2:38 AM
    1801 views | 3 replies
  • Name Unresolved: Button in access or evaluation JMP Alert Message

    Hello,  I was wondering if you could help me with this JMP Alert message I get when I run the following jsl:  //select the data in the original data table Names Default To Here( 1 ); dt = Current Data Table(); //column names //part 1. ask user for column names in a new window nw1 //possible Group column name (should be character) groupby_col_names = dt << Get Column names(character, String);...

    kachveder kachveder
    Discussions |
    Nov 8, 2023 10:24 AM
    1992 views | 1 replies

Latest Discussions

  • Save summary in control chart

    Hi, 
    I'm using JMP 17. i would like to save a summary in excel file that include product name. 
    is it able to phase twice to get another column which is product name?

    else
    Can advise me how to add another column named product name in the summary?
    dt = PT << Save Summaries;

    Current Summary


    Output that I hope to get is have 3 columns which is Line, Profile Start Time and Product Name 

    Celine1 Celine1
    Discussions |
    Nov 9, 2023 7:58 AM
    907 views | 1 replies
  • Graph Builder: How to make stacked plots with some displacement for each series

    Hello - I have a spreadhseet in Excel that outputs a plot of multiple series all stacked and displaced from eachother, but also allows replicates to have a tighter spacing, as seen below:However, this takes multiple sheets, and somewhat manual redoing of the displacement each time, as well as constantly adjusting the colors because that's hard to control in excel. JMP would be a thousand times eas...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 9, 2023 6:07 AM
    2886 views | 6 replies
  • Practicing on JSL for a newbie - Unexpected "{". Perhaps there is a missing ";" or ",".

    Hi, I'm practising on JSL to select a .jmp file to open through a file dialog window. If the user did not make a selection, to exit.

    However, I'm getting the below error: Unexpected "{". Perhaps there is a missing ";" or ",".Line 7 Column 21: if (Is Missing(fn)) ►{The remaining text that was ignored was{exit();}Open(fn); My script below:// Open a dialog to choose a .jmp file to open // Get the fil...

    BooBee BooBee
    Discussions |
    Nov 7, 2023 11:32 PM
    1355 views | 2 replies
  • Column Switcher - Dynamically Add/Remove Reference Lines

    Hello, I have a Distribution platform using a column switcher being populated with columns from a list variable. Each of these columns represents a different quality parameter and thus has different limits which are gathered from an SQL query. Is there a way to dynamically add reference lines to the Distribution platform as the column switcher changes columns? Right now, I have a SendToReport runn...

    FairMongoose783 FairMongoose783
    Discussions |
    Nov 7, 2023 12:02 PM
    2619 views | 5 replies
  • Custom Function - how to reference the column

    It is cool that custom functions can be used as well as part of custom formulas in Formula Editor. With the Transform Category command, the New Custom Function( "myNamespace", "Add Ten", Function( {x, y = 10}, x + y ), << Transform Category( "Custom" ));from https://www.jmp.com/support/help/en/16.2/#page/jmp/create-custom-functions-transforms-and-formats.shtmlwill show up in the right click New F...

    hogi hogi
    Discussions |
    Nov 6, 2023 12:23 PM
    2677 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
    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