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

  • Getting Framebox text

    Hello, I want to get text from a framebox, but I haven't figured out the syntax for doing this. Can someone help?

    I've adapted script from this thread, but find it doesn't seem to work for what I'm looking for.
    https://community.jmp.com/t5/Discussions/JSL-Retrieve-Selected-Frame-Box/m-p/14552 I also have another script that grabs numbers from the profiler graphing tool, and I've adapted that, but I ...

    StarfruitBob StarfruitBob
    Discussions |
    Jan 24, 2023 11:01 AM
    1592 views | 3 replies
  • Image rotation

    Hi,I cannot rotate an image. The script in the "Scripting Index" is also not rotating the image. Names Default To Here( 1 ); New Window( "Example", pb = Picture Box( Open( "$SAMPLE_IMAGES/tile.jpg", jpg ) ) ); image = pb << Get Image(); image << rotate left; 

    TWE TWE
    Discussions |
    Jan 24, 2023 7:29 AM
    2413 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
    7521 views | 11 replies
  • Table / Update - source script collision

    When I update a table via Table/Update (or via Table /Join with the option "update main table ..." enabled) . the JSL code of the Update (or Join) function is saved as Source Script to the main table.In principle, this could be a cool feature - but unfortunately, this feature overwrites an existing source script without warning. Is there an option to force Jmp to automatically rename such auto-add...

    hogi hogi
    Discussions |
    Jan 20, 2023 3:52 AM
    2342 views | 2 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
    9099 views | 12 replies

Latest Discussions

  • 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
    7521 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
    9099 views | 12 replies
  • Control charts - display error

    Hi, I sometimes have a display error with control chart with the phase in the top of the plot when I use a script (see screenshot).Do you know how I can fix the issue ? Thank you very much and have a nice day, Jean

    PersuasionCamel PersuasionCamel
    Discussions |
    Jan 16, 2023 8:18 AM
    979 views | 1 replies
  • JSL move files

    Can JSL be used to file files with specific name from 1 folder, and move that file to another folder?
    Not sure if anyone has tried it.Thanks

    Stokes Stokes
    Discussions |
    Jan 11, 2023 11:47 AM
    1320 views | 1 replies
  • For Each() syntax

    Hello, I'm looking to expand the number of values that can be used in the For Each() function.  In the scripting index and handful of examples I've found within JMP community and JMP itself, combined, I've only seen a single value and index used: For each( { val1, index}, ... ). I'd like to use: For each( { val1, val2, ..., valn, index}, ...) . When I increase the number of values in the curly bra...

    StarfruitBob StarfruitBob
    Discussions |
    Jan 5, 2023 2:39 PM
    7026 views | 11 replies

Latest Discussions

  • 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
    1099 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
    905 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
    816 views | 0 replies
  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    708 views | 0 replies
view all discussions