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

  • Conditionally colour text of a Data Table Box

    I would like to colour the text of specific cells of a Data Table Box based on a condition. Take as example of what I am trying to do the following: dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Select Where(:Age > 14); :Age << Color Cells( "Red" ); the above gives the output:but then the result in the window is: win3 = New Window( "Combined Report", Data Table Box(dt));There is not any colour....

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Oct 14, 2024 4:08 AM
    1617 views | 4 replies
  • R-plot though JSL/JMP

    I have this script as seen below where I calculate some simple in R, and where I want to see some plots in JSL. I cannot get JSL to show the two plots. When I run the code below it close plot1 and only show plot two. I have tried using what is descirbed here ( https://community.jmp.com/t5/JMPer-Cable/Getting-started-with-the-JMP-to-R-Interface/ba-p/43920 ) but I cannot get it to work. It might be ...

    NormalDistSigma NormalDistSigma
    Discussions |
    Oct 11, 2024 1:47 PM
    1750 views | 3 replies
  • How to reference already open data table (from multiple open data tables) JSL

    I am working on writing scripts that create different reports and data tables. However, I always have to end up running them chunk wise and manually clicking on the drop down menu to select the data table I want to run the given chunk of script on. I am familiar with the current data table() function, but not really anything else that doesn't require a file path.  Does anyone know any easy way to ...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Oct 11, 2024 5:02 AM
    1820 views | 3 replies
  • Process Capability Module with grouped spec limits

    I am currently on JMP16 but looking to upgrade to 18 soon.

    I have read some of the discussions on the topic. Basically, if we have a dataset with multiple parts that each have their own spec limits (for the same metrics) the way to evaluate them all at the same time is using the process screening platform and an associated spec limit table. If we were to try this in the Process Capability platform ...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Oct 10, 2024 2:07 PM
    939 views | 1 replies
  • Inputting a data range and "increment by" into a user input box

    Hello everyone,I am looking at putting in a wish list item but wanted to get some added input from the user community.  I was thinking it would be great to add to the Prediction and Tolerance interval Platforms the ability to put in a range and an increment by value into the input box so you wouldn't have to enter each scenario you are interested in one by one.  For example, if I wanted to see wha...

    shampton82 shampton82
    Discussions |
    Oct 10, 2024 12:49 PM
    1459 views | 4 replies

Latest Discussions

  • How to reference already open data table (from multiple open data tables) JSL

    I am working on writing scripts that create different reports and data tables. However, I always have to end up running them chunk wise and manually clicking on the drop down menu to select the data table I want to run the given chunk of script on. I am familiar with the current data table() function, but not really anything else that doesn't require a file path.  Does anyone know any easy way to ...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Oct 11, 2024 5:02 AM
    1820 views | 3 replies
  • Counting Formulas

    Looking to create 3 cols by col variable to could down with change, count up and count up/down from mid point.

    DELANDJ1985 DELANDJ1985
    Discussions |
    Oct 10, 2024 10:29 AM
    1404 views | 3 replies
  • Work flow builder

    Hi All,  I recorded a seqeunce of data clean up steps on a file using workflow builder. I would like to be able to just change the name of the file and carry out the same set of steps however, some of my setps have name of the data table I orignially used to built the work flow builder.  Is there a way I can update the names of the table to the latest table? 




    e.g 
    I have one of the steps as follow
    Da...

    Ahmed1 Ahmed1
    Discussions |
    Oct 10, 2024 6:52 AM
    5399 views | 11 replies
  • Creating a GUI with Checkboxes to Trigger File Selection and Data Formatting Functions

    am developing a graphical user interface (GUI) that allows users to select one or more options via checkboxes. For each selected option, the GUI should perform the following actions sequentially:Pick File: Open a file picker dialog to allow the user to select a specific file related to the chosen option.Format and Save: Process the selected file using a predefined function that formats the data an...

    DecileIbex201 DecileIbex201
    Discussions |
    Oct 10, 2024 6:29 AM
    1057 views | 2 replies
  • Access violation issue

    Hello, I hope you are doing well. I am using the same script for 2 years now. However, I have now an access violation issue. Is there a quick modification that can be performed to resolve this type of issue?  Thank you very much and have a nice day, Kind regards,Jean

    PersuasionCamel PersuasionCamel
    Discussions |
    Oct 9, 2024 11:34 PM
    1708 views | 4 replies

Latest Discussions

  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    705 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    656 views | 0 replies
  • Tracking down a cycle error

    When I open a data table, I get a cycle detected error that I have to ignore every time. I can't seem to figure out what is causing the error although it apparently has something to do with the table variable in my column formula.  Here is the formula: and here is the log entry showing the issue  Can anyone help me understand what is going on here? The data table actually works fine after I click ...

    scott1588 scott1588
    Discussions |
    Jun 24, 2024 11:47 AM
    1099 views | 0 replies
  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    787 views | 0 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    720 views | 0 replies
view all discussions