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

  • Referencing columns extracted from parsing Datafilter select where

    I want to use a data filter interface for a different use.Then i need to parse the "select where" clause and use the info in there.I am able to parse the Where clause and identify the different column in the expressionbut not reference them DFClause=Currentdatafilter << get where clause();
    SelectInnerExpr=Arg(parse(DFClause),1);
    // let assume for a second this will always return an expression of thi
    ...

    peri_a peri_a
    Discussions |
    Mar 13, 2023 5:25 AM
    2264 views | 5 replies
  • JMP16 Vs JMP14 Filter

    Hi all! I'm trying to use a script for date filter that works for me in JMP 14 in JMP 16, but the range that appear at JMP14 dose not appear at JMP16. can you help me with a script that make JMP 16 look like JMP 14?   that is the script I use today: filtter_ly = V List Box( ly << Current Data Table() << Data Filter( Location( {0, 0} ), Mode( Show( 1 ), Include( 1 ) ), Add Filter( column...

    HenLu HenLu
    Discussions |
    Mar 13, 2023 4:54 AM
    1143 views | 1 replies
  • saving the probabiliy scores fro a norma quantile plot in JSL

    Hi all,From the distributions I can plot a normal quantile plot and by clicking on the red arrow I can then save in a new column in my data table the probability scores. How do I do that in a script in JSL? IThanks, Valeria

    ValeriaL ValeriaL
    Discussions |
    Mar 12, 2023 2:13 PM
    1741 views | 2 replies
  • Help with updating a text edit box based upon a radio box selection

    Hello everyone,I was hoping someone could help me with this script.  I would like the start date and the report name to update based upon what radio button is selected:  //rev 3-9-23 names default to here(1); dtspec="J:\Public\Ti Process Control\Dashboard Files\JMP data for CC's\Limits\Master limits table rev 10-10-22.jmp"; //Get user name dll = Load DLL( "mpr.dll" ); dll << DeclareFunction( ...

    shampton82 shampton82
    Discussions |
    Mar 11, 2023 9:05 AM
    1516 views | 1 replies
  • Call corresponding pictures

    Hi all, This might be trivial but I could't find anything on the index. I created a drop down list of length of product of 100, 200, 300 .....For each length, I want to display a corresponding picture of the product. I have put all pictures in a folder and name them.Is there any function in jsl that enables this? Thank you!

    OrthogonalCrow3 OrthogonalCrow3
    Discussions |
    Mar 10, 2023 8:32 PM
    2458 views | 3 replies

Latest Discussions

  • JMP16 Vs JMP14 Filter

    Hi all! I'm trying to use a script for date filter that works for me in JMP 14 in JMP 16, but the range that appear at JMP14 dose not appear at JMP16. can you help me with a script that make JMP 16 look like JMP 14?   that is the script I use today: filtter_ly = V List Box( ly << Current Data Table() << Data Filter( Location( {0, 0} ), Mode( Show( 1 ), Include( 1 ) ), Add Filter( column...

    HenLu HenLu
    Discussions |
    Mar 13, 2023 4:54 AM
    1143 views | 1 replies
  • Use of Column Properties across 100's of rows

    Question,
    How can I use Column Properties to perform a 1st pass of the Columns using a sigma value, or similar descriptive feature.  Once I have found suspect columns of test data will perform a deeper dive into the data columns. Attached as snip of the dataset. Charles 

    charles_revelle charles_revelle
    Discussions |
    Mar 8, 2023 1:59 PM
    1321 views | 1 replies
  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    699 views | 0 replies
  • Get column value related to another column minimum

    Hi,I am looking for easier way (without scripting) for extract the X column value of Y axis minimum for each plot/charts.I have N columns chart, the first column is the X axis. the other is sets of measurements\reading.I want to get the X value which related to each set of plots.I did it by script but i want to know if there is an easier way.attached example for data format.following the script I ...

    YGerchman YGerchman
    Discussions |
    Mar 1, 2023 6:36 PM
    1170 views | 1 replies
  • How do I change the Eigenvalue cutoff in Variable Clustering ?

    Hello: I am trying to change the default cutoff for the eigenvalue in variable clustering.  It looks like JMP is using a default value of 1.  Eigenvalue change is not available as an option in the platform.  I looked into the scripting index, and I am not sure how to change the eigenvalue: dt = Open( "$SAMPLE_DATA/Cities.jmp" );
    obj = dt << Cluster Variables( Y( :OZONE, :CO, :SO2, :NO, :PM10 ) ); A...

    AN1 AN1
    Discussions |
    Feb 28, 2023 5:00 PM
    1036 views | 1 replies

Latest Discussions

  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    699 views | 0 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
    904 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
    1098 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
    858 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
    904 views | 0 replies
view all discussions