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 exclude rows until distribution mean meets a criteria?

    Below is an example similar to my actual case where I would like to exclude SITEs until the distribution mean for each parameter (only those plotted case below) fall within their respective spec limits.Sites/wafer to be excluded start from the distribution extreme on the side where the mean is outside the spec limit (LSL or USL). I think one could start with any parameter, remove sites from the di...

    Neo Neo
    Discussions |
    Nov 25, 2023 6:08 AM
    5698 views | 10 replies
  • Fatal JMP16 bug

    This isn't a question, just brining awareness to an issue that I recently noticed within my scripts since moving to JMP16 -- namely, I'd assume that Is Namespace( ... ) would not return a truthy value for a deleted namespace, but it does in JMP16.2 (but not in JMP14.3) Because of this, the following script crashes JMP16.2:ns = New Namespace(); ns:ns = New Namespace(); ns:ns << Delete Namespace(); ...

    ErraticAttack ErraticAttack
    Discussions |
    Nov 25, 2023 4:10 AM
    5422 views | 11 replies
  • Why is my column mean not matching with one calculated via the distribution platform, after excluding row(s)?

    Calculating column mean before and after excluding a row is giving me same values via JSL. It is different as expected when obtained from the distribution platform. Where am I going wrong in JSL?Names Default To Here( 1 ); Clear Log(); dt = Open( "$sample_data\Semiconductor Capability.jmp" ); // get data table //get spec limits into column properties obj = dt << Manage Spec Limits( Y( dt << Get C...

    Neo Neo
    Discussions |
    Nov 24, 2023 11:26 AM
    2410 views | 3 replies
  • Modular scripts with functions yielding data tables not working

    Hi, I have multiple include modules with functions, which are supposed to each yield a data table reference. In the main script these data tables are joined (see below). Joining, however, fails. I suppose, the error is about namespacing, but could not find a solution on my own. Thanks in advance.  main.jsl: include("module1.jsl");include("module2.jsl"); dt1 = Function1(); // in module1.jsldt2 = Fu...

    UEJ UEJ
    Discussions |
    Nov 24, 2023 9:55 AM
    1124 views | 1 replies
  • How to use JSL to save an entire column of text content to a binary file?

    for exampleSH12 SA15toThanks!

    lala lala
    Discussions |
    Nov 24, 2023 1:39 AM
    890 views | 1 replies

Latest Discussions

  • Modular scripts with functions yielding data tables not working

    Hi, I have multiple include modules with functions, which are supposed to each yield a data table reference. In the main script these data tables are joined (see below). Joining, however, fails. I suppose, the error is about namespacing, but could not find a solution on my own. Thanks in advance.  main.jsl: include("module1.jsl");include("module2.jsl"); dt1 = Function1(); // in module1.jsldt2 = Fu...

    UEJ UEJ
    Discussions |
    Nov 24, 2023 9:55 AM
    1124 views | 1 replies
  • How to use JSL to save an entire column of text content to a binary file?

    for exampleSH12 SA15toThanks!

    lala lala
    Discussions |
    Nov 24, 2023 1:39 AM
    890 views | 1 replies
  • Trigger JSL by selecting a data point

    Hi, what is the best way to trigger JSL when I select a data point in Graph Builder?e.g. to update parts of the Dashboard based on the current selection There is the Row State Handler.But this is a property of the data table. So the JSL code will even be triggered after the Dashboard got closed.So, I would have to take care to remove it afterwards. I noticed that a Filter Change Handler of a Local...

    hogi hogi
    Discussions |
    Nov 23, 2023 11:29 AM
    1210 views | 2 replies
  • Build an e-mail using JMP

    Hi all, I would like to know if it is feasable to insert a picture of a graph for example inside the body of an e-mail using JSL ? Additionaly, I would like to confirm the sending of my e-mail, is it possible to use a message box with a condition using JSL ? Up to date I have a script like the following :  Mail(Recipients[i],"Object",
    "body",{"path1.png",
    "path2.png",
    "path3.xlsx"})); But my png are ...

    Arkawa Arkawa
    Discussions |
    Nov 23, 2023 6:16 AM
    1899 views | 2 replies
  • Powerpoint slide title using column value

    Hi all,I am trying to create a graph using a subset data. And I needed the column value to be concatenated into the slide's title. For example, the title of the slide is "Data for 2023_" and I need to add what specific sex the data is for. Output should be "Data for 2023_Male" and "Data for 2023_Female". Here is the code I have created For( v=1, v <= N items (dt_sub), v++, hb1 = HlistBox(); sex_k...

    UserID16644 UserID16644
    Discussions |
    Nov 22, 2023 12:04 PM
    1462 views | 2 replies

Latest Discussions

  • 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
  • JMP Progress Bar

    Hello expert,I'm running a script in JMP 17.0 (basically handling ~200,000 rows of data : 20MB) & trying to save the treemap result in html.after waiting for ~10 mins, JMP progress bar appear like below;I see the update but I don't know how to read this progress bar.The reason I ask this question is because I would like to set Task Scheduler later on to run the JSL script.So, I just want an approx...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Nov 14, 2023 7:10 PM
    762 views | 0 replies
view all discussions