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

  • Executing Python programs with Run Program()

    I am having an issue that should be related to the nested calls I am doing. RunProgram() --> cmd --> Python The following bat file works perfectly fine. set JMP_PYTHON_PTH=%UserProfile%\miniconda_JMP\ CALL %JMP_PYTHON_PTH%\Scripts\activate.bat %JMP_PYTHON_PTH% start /B /wait "" python test.py  And yet, when using RunProgram() the code fails unless I add the absolute path to the Python file (test...

    FN FN
    Discussions |
    Nov 27, 2020 1:26 PM
    1927 views | 1 replies
  • How to change display language by JSL

    We would like to set display language to "en" if not already done.How can this be done in JSL on JMP 15.1 and Win10 platform. And/or can this also be done during installation of JMP? There is a similar thread to this, but there is no direct way mentioned.https://community.jmp.com/t5/Discussions/Manage-the-display-language-with-JSL-or-freezing-english/m-p/236566#M46687 Thanks and BR,

    Georg Georg
    Discussions |
    Nov 27, 2020 3:11 AM
    2583 views | 1 replies
  • Runprogram with Space Char in FilePath

    Hello everyone, currently I'm struggeling with executing a runprogram command with a filepath containing a space char: myPath = "C:\Users\FilePath\Test.py" myInfo = runprogram(executable("python"), options({myPath}),readfunction("text")); This works perfetly, but when the filepath contains a space - the path is cut off, thus the file cannot be found: myPath = "C:\Users\File Path\Test.py" myInfo = ...

    D_G D_G
    Discussions |
    Nov 26, 2020 8:06 AM
    2414 views | 2 replies
  • How to re-scale graph and generate Min, Max and Standard Deviation?

    Hi Guys,Need your expertise to solve this problem.First of all, I generate data analysis by using JMP script. However, I got 4 data group which are Site 1,2,3 and 4. For each site, i would like to display the min, max and standard deviation value. Do you have any idea how to display that value on this graph by using script?Secondly, I set scale for this graph by using high and low limit to check t...

    WanCine WanCine
    Discussions |
    Nov 25, 2020 8:22 AM
    3540 views | 3 replies
  • How to extract data from an Excel file on Sharepoint?

    Hi all, I have a script setup to open an Excel file, extract the required data, run some analysis, save the analysis as an interactive HTML (for access by a non JMP user), and close JMP down. It all works fine in my pilot script and as a non-coder I’m especially pleased to have figured it all out. The challenge now is that this must work between two completely separate companies. Both companies ha...

    kom kom
    Discussions |
    Nov 25, 2020 2:58 AM
    9589 views | 3 replies

Latest Discussions

  • How to display the last tab in the window by using the Tab Box?

    Hello Everybody,I have the following issue: I am creating a series of tabs within the Param_Overview window. Those tabs are generated in "for" loop. After the last tab, however, I would like to create one more tab created outside the for loop. The generation of tabs from the "for" loop works well but the addition of the last one does not. If I select by hand the code of the last tab and execute it...

    lukasz lukasz
    Discussions |
    Nov 23, 2020 6:30 AM
    1704 views | 2 replies
  • Truncate or Split

    I have a large dataset and I would like to split with the first 7 characters in a new column. I am trying to use the left function, but I am getting an error.      

    riksmith riksmith
    Discussions |
    Nov 22, 2020 1:32 PM
    1892 views | 2 replies
  • M-charts for failure frequency

    We have a production process with very low (ppm-ish) fail rates that we would like to monitor for fails.  Rather than monitoring ppm fail rates, it is a stronger test to monitor the number of fails (or time) between them, under the assumption that they follow a binomial distribution. In an M chart (this is what we call it) you then calculate a Z score every time there is a fail and chart as usual....

    scottrubel0 scottrubel0
    Discussions |
    Nov 19, 2020 5:34 AM
    2236 views | 3 replies
  • Parsing datetime information + conversion with milliseconds

    I am new to JMP and I am trying to batch process many .csv files. My first hiccup is happening when I try to pull datetime information from the first column.My data table looks like  As you can see from the picture, each row of timestamps has an unwanted "-0800" tacked on the end How would I get rid of this for each entry? The jsl syntax I used looks something like :loggingTime = Substr( :loggingT...

    Damian Damian
    Discussions |
    Nov 18, 2020 7:58 PM
    1495 views | 1 replies
  • JMP 14.2 Mac crashes when I try to edit a formula

    This just started happening suddenly and I'm not aware of any changes to system or other software in the computer since I was last able to successfully use JMP 14 without problems.  OS is 10.13.6 High Sierra.  JMP is version 14.2.0.  I've tried restarting the computer and reinstalling JMP 14.  I tried deleting the JMP preferences files.  There don't seem to be any other problems when using JMP, al...

    GreenM GreenM
    Discussions |
    Nov 18, 2020 12:05 AM
    3955 views | 7 replies

Latest Discussions

  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1156 views | 0 replies
view all discussions