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

  • JSL Row Color

    HelloI have written the script in JSL, and the last point is to color row by SOFT_BINIF SOFT_BIN = 1 OR 2 >> Color all rows in GreenOTHER rows >> Color in Red  And the second question is,It's not exactly Red or Green colorI have attached the print screen where I chose the colors,but how I can know the index of this color and use the shade of color it in the script?    

    Dennisbur Dennisbur
    Discussions |
    Jan 26, 2023 9:27 PM
    2778 views | 3 replies
  • Running a script - gets stucked after 'sort'

    Hi,  I'm running a script, attaching part of it. When I run the whole thing, it get stucked after line 42, and what happens in 47 and beneath doesn't happen. What am I doing wrong?The error is:Thanks for your help!

    EstherV EstherV
    Discussions |
    Jan 26, 2023 9:25 AM
    1333 views | 2 replies
  • Copy/Paste a table property (e.g. script) does not work

    Often I just want to duplicate a table script (e.g. in table Big class) see screenshot.Via context menu in table property area I first do Copy and in a second step I do Paste.This in some case works (and an new script with the same Name and attached "2" is generated).Most times it does not work, why?What is the easiest way to duplicate a script? My only Workaround is to copy the Content and the Na...

    Georg Georg
    Discussions |
    Jan 26, 2023 2:13 AM
    3426 views | 4 replies
  • 如何编JSL语句让分布分析自动把变化

    我写了一个程序,但并没有随着我选择单选框的价值,自动改变。Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); cc={"身高", "体重"}; New Window( "Example", aa=1; rb = Radio Box( {"身高", "体重"},      aa= rb<<get();      bb<<inval; bb<<update window ), bb=Distribution( Stack( 1 ), Continuous Distribution( Column( cc[aa] ), Horizontal Layout( 1 ), Vertical( 0 ) ), Histograms Only, ))   ;

    lehaofeng lehaofeng
    Discussions |
    Jan 26, 2023 1:03 AM
    2540 views | 4 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
    2576 views | 3 replies

Latest Discussions

  • 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
    2576 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
  • 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
    9097 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
    1319 views | 1 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