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

  • Help on script to import multiple TXT files and removing certain data JMP 15

    Hello,I would like to import a number of TXT files into one data table.An individual TXT file looks like this and I would like to only import the highlighted data and if possible create a new column to capture the batch number.I’ve written the following script (below) which gets me partially there but I still have to delete some of the data as highlighted below. This is ok when I only have a few f...

    ClaireatBH ClaireatBH
    Discussions |
    Feb 9, 2023 7:48 PM
    3975 views | 6 replies
  • Which Parameter(s) affects the response variable the most?

    Hi

    I´m quite new to JMP Pro and therefore not very familiar with how to deal with the following: (I have also inserted the <JSL> below)     I have investigated 3 parameters of a fermentation in different combinations (my DoE)
    and quantified the protein concentration (that is my response variable).

    Is it possible to see what parameters are the most significantly affecting the protein concentration?  ...

    CEFOG CEFOG
    Discussions |
    Feb 9, 2023 10:22 AM
    2122 views | 3 replies
  • Extracting the Last Word

    Hi - If I want to extract the last word in the Name column below, what would be the best way to so?  

    dn610 dn610
    Discussions |
    Feb 8, 2023 7:45 AM
    2776 views | 3 replies
  • How to set default wrap text size to text box in bivariate plot (or any other type)

    When generating a bivariate plot (for example) - the text box size is to narrow for the inside writing. After running the script i need to CTRL Right click the text box are and choose "Wrap Text" then choose the size i want. Is there any way to default choose the size? or any way to add to script to generate the plot with the desired wrap text size?   For example:
     text box resultText box results i...

    edahari edahari
    Discussions |
    Feb 7, 2023 6:57 PM
    2216 views | 4 replies
  • jmp sur python

    Bonjour, J'essaie d'utiliser python pour comparer les résultat obtenu sur JMP.  J'ai donc mon code généré par JMP mais je doit l'appliquer sur python et j'arrive à rien générer.  j'arrive pas à "import jmp_score as jmp " qui me sort des erreurs Import "jmp_score" could not be resolved Si quelqu'un ce connais en python et sait comment faire

    ChiSquareErmine ChiSquareErmine
    Discussions |
    Feb 7, 2023 6:53 PM
    2115 views | 4 replies

Latest Discussions

  • Help on script to import multiple TXT files and removing certain data JMP 15

    Hello,I would like to import a number of TXT files into one data table.An individual TXT file looks like this and I would like to only import the highlighted data and if possible create a new column to capture the batch number.I’ve written the following script (below) which gets me partially there but I still have to delete some of the data as highlighted below. This is ok when I only have a few f...

    ClaireatBH ClaireatBH
    Discussions |
    Feb 9, 2023 7:48 PM
    3975 views | 6 replies
  • Which Parameter(s) affects the response variable the most?

    Hi

    I´m quite new to JMP Pro and therefore not very familiar with how to deal with the following: (I have also inserted the <JSL> below)     I have investigated 3 parameters of a fermentation in different combinations (my DoE)
    and quantified the protein concentration (that is my response variable).

    Is it possible to see what parameters are the most significantly affecting the protein concentration?  ...

    CEFOG CEFOG
    Discussions |
    Feb 9, 2023 10:22 AM
    2122 views | 3 replies
  • jmp sur python

    Bonjour, J'essaie d'utiliser python pour comparer les résultat obtenu sur JMP.  J'ai donc mon code généré par JMP mais je doit l'appliquer sur python et j'arrive à rien générer.  j'arrive pas à "import jmp_score as jmp " qui me sort des erreurs Import "jmp_score" could not be resolved Si quelqu'un ce connais en python et sait comment faire

    ChiSquareErmine ChiSquareErmine
    Discussions |
    Feb 7, 2023 6:53 PM
    2115 views | 4 replies
  • Counting and Using Row Identifier

    Hello All,

    Wanted to ask a question regarding counting of rows. I am attaching a data table which should hopefully illustrate the example. 

    So I have data where the main variable is density of features. There is a unique value of the density per each ROI, per each sample (ID). In the normalized variable I am taking each density value per each ROI per each sample with unique ID and dividing by the wh...

    Ekarshalev Ekarshalev
    Discussions |
    Feb 7, 2023 8:58 AM
    4992 views | 7 replies
  • Authenticate DBC user and pass before storing them for future use

    Hi,I am writing some code to pull data from an ODBC connection. I want to test if the username and password entered are valid. The script is as follows: dbc = Create Database Connection("Driver={Oracle in instantclient11_1}; DBQ=" || target || "; UID=" || user || ";PWD=" || pass || ";FBS=12800000;");I found some solutions suggesting checking if dbc is empty to see if the connection was created as ...

    SivaSubram5313 SivaSubram5313
    Discussions |
    Feb 7, 2023 4:52 AM
    1590 views | 2 replies

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    913 views | 0 replies
  • C Stack Usage Error When Sending Code to R

    Hello, I'm trying to invoke some commands in R using the R Submit function in JSL and am getting the error below. Is this an issue with JMP17 and R integration? It only happens when I invoke a specific package using JSL so it's hard for others to replicate w/o installing R and the package as well. I'm using JMP 17.0 and R 4.2.0. Never saw this error with JMP 16. "Error: C stack usage 4123778 is to...

    vigslayer vigslayer
    Discussions |
    Dec 15, 2022 8:14 PM
    1102 views | 0 replies
  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    866 views | 0 replies
  • How to Analyze and Graph Responses with Supercategories

    I use JMP Pro 16. I am doing MCA on 90 columns that have supercategories.  I want to do the analysis and viz on the supercategory classification. Is there a way to do this without having to create separate columns that only have the supercategory classification?  PS:  I don't know how to do JSL scripting.

    TCM TCM
    Discussions |
    Oct 21, 2022 5:59 AM
    910 views | 0 replies
  • 標準化列名稱如何用變數取代求解

    //新增周標準化
    weekEMC_HF_C_12_0 = Data Table( "周_EMC_HF_C_12um" ) << Get Column Names( string );
    weekEMC_HF_C_12 = {};
    //少一周={:"2022W38"n,:"2022W40"n,:"2022W41"n};
    For( j = N Items( weekEMC_HF_C_12_0 ), j >= (N Items( weekEMC_HF_C_12_0 ) - 5), j--,
    Insert Into( weekEMC_HF_C_12, weekEMC_HF_C_12_0[j] )
    );
    Try(
    Local( {old dt = Current Data Table()},
    Current Data Table( Data Table( "周_EMC_HF_C_12um" ) );
    For Each( ...

    Ken697 Ken697
    Discussions |
    Oct 20, 2022 9:22 PM
    825 views | 0 replies
view all discussions