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

  • Use column variable in IF expression

    Dear Cummunity, Below, I'm using several variables brought by a Dialog:colSelect: the column to be analyzedquantVal1 & quantVal2: Quantile valuesIn the following piece of script, I'm creating a "Categories" column, that will then be tabulated to obtain amounts for each quantile. Two problems:replacing the hardcodedl column name with an Eval() method does not workhow could I test if the column alre...

    HubP_SDe HubP_SDe
    Discussions |
    Jan 30, 2023 3:23 PM
    4093 views | 7 replies
  • How to check if list of columns exist and report those that are missing using a pop-up window?

    Hi all!I would like to test if a list of 5 column names exist in a data table. If one or more are missing, I would like to have a window pop up telling the user which columns are missing. If all columns are present the script should continue its run.Could you please point me in the right direction on how to write it? Thanks! 

    Lavik17 Lavik17
    Discussions |
    Jan 30, 2023 2:51 PM
    5833 views | 7 replies
  • JSL : Top3 volume per week per site

    I have a table below stating the defects per week per manufacturing site. How do I write a JMP script to output another table stating just the top 3 defects per week per site? I am using JMP17. DefectsDateSite1Site2Bondpad2023_WK4166 Bump_Deformities2023_WK428681085Contamination2023_WK47512122763Crack2023_WK45726 Discoloration2023_WK41762 Distorted_Break2023_WK4 56Lifting2023_WK46717 Missing_Bump2...

    cchueng cchueng
    Discussions |
    Jan 28, 2023 10:22 PM
    1994 views | 2 replies
  • Control New Window Location with Multiple Monitors

    When I use JMP with multiple monitors, it tends to open pop-ups/new windows on displays other than the one I am using, oftentimes moving aside other content that I am referencing.  Is there a way to control the location of new windows - for example, when I click "column info", a new window will appear and often it is not in the same display where the data table is located....I cannot find any sett...

    ateran ateran
    Discussions |
    Jan 28, 2023 12:35 AM
    2061 views | 3 replies
  • Nested data filter row selection

    Hello, I'm working on a project where I'll have data categorized in a data table and users will down select to a specific option via an interface I'm creating. What I want the script below to do is:In the left radio box, Choice 1, the person selects the age.In the data table all rows that are not that age are hidden and excluded in the data table.In the right radio box, Choice 2, it's dynamically ...

    StarfruitBob StarfruitBob
    Discussions |
    Jan 27, 2023 10:01 AM
    2547 views | 5 replies

Latest Discussions

  • Control New Window Location with Multiple Monitors

    When I use JMP with multiple monitors, it tends to open pop-ups/new windows on displays other than the one I am using, oftentimes moving aside other content that I am referencing.  Is there a way to control the location of new windows - for example, when I click "column info", a new window will appear and often it is not in the same display where the data table is located....I cannot find any sett...

    ateran ateran
    Discussions |
    Jan 28, 2023 12:35 AM
    2061 views | 3 replies
  • 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
    915 views | 0 replies
  • How to determine if column is non-zero and all-zero

    Hi all,  I have a data set that has an all-zero column. However, its column value is not consistent in having an all-zero value. How can I determine if it has an all-zero and when it has normal values? I just need it to create an if condition.

    Expected output:if Col1 is all-zero => print ("Col1 is all zero"), print ("Col1 is non-zero);

    UserID16644 UserID16644
    Discussions |
    Jan 24, 2023 11:05 AM
    2581 views | 3 replies
  • JMP Scripting Index feedback and discussion

    Disclaimer: This will be a fairly lengthy post and took a fair bit time to write. It will also be a bit unstructured as I added more things when they came to my mind while writing it. These are all my own (strong) opinions based on my few years (4) of JMP usage. I have also a list of issues with JMP's Online Help page, but I try to avoid most of that feedback here.   JMP Scripting Index is great (...

    jthi jthi
    Discussions |
    Jan 21, 2023 9:22 AM
    7558 views | 11 replies
  • Are JMP certifications gone?

    I was looking at the certifications for JMP and they have been removed from the website. Is this a typo?

    residentx10 residentx10
    Discussions |
    Jan 20, 2023 12:40 AM
    9123 views | 12 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
    915 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