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

  • How do I get automated scripts to save graph pictures as maximized windows, rather than small window size?

    I use windows batch files to run scripts on a schedule, which will run regardless of if the computer is locked or not. The scripts gather data and then save images as .pngs to various locations. If I am signed into the computer, I can run the script and the images will be saved as maximized windows - the graphs will fill the screen and you can tell the window size is large. These same scripts when...

    FairMongoose783 FairMongoose783
    Discussions |
    Feb 22, 2023 8:52 AM
    4269 views | 4 replies
  • Create a graph using only selected rows

    Hi, I am trying to create a Graph using Graph Builder, or via script JSL, using only selected rows, without affecting the rest of the table. The example is the following: I have a table like this I need to create a dispersion plot of the values for category A - ONLY. I need to keep category B for some calculations, i.e. to define limits that will also be added to the plot as horizontal lines. Sinc...

    teoten teoten
    Discussions |
    Feb 21, 2023 8:46 PM
    7972 views | 4 replies
  • Delete selected data in the cell

    HelloI have table and I would like to delete specific data in cell.for example with this condition as well:1) if CORNER = VMAX2) if MODUL = IIH3) if PARAMETR = GPIO & MIPI4) if LO_LIMIT is not 0Delete the data of LO_LIMIT for these criteria  at the end I would like to receive data tablecan you assist me in JSL script for this task?

    Dennisbur Dennisbur
    Discussions |
    Feb 21, 2023 1:45 AM
    952 views | 1 replies
  • Why do these ways of referencing columns give different results?

    I'm struggling to understand how JSL handles column references and keep running into bugs in my scripts for that reason.Why are the following expressions giving different results?What is the best way of dynamically passing column references to functions? dt = New Table("test", New Column("abc"), New Column("def") ); collist = {:abc, :def}; col = AsName("abc"); colname = "abc"; Show(Contains(col...

    MedianWalrus538 MedianWalrus538
    Discussions |
    Feb 20, 2023 2:09 PM
    2082 views | 3 replies
  • Move Selected Columns syntax error in JMP17

    Dear community, maybe someone can help me out. I have created an add-in in JMP16 in which part of the add-in is to move ~60 columns in the order I want.For this, I use the Move Selected Columnssyntax. However, since I've installed JMP17, this syntax doesn't seem to work anymore. The columns now seem to be placed in a random order and not in the order I scripted. The scripts looks like this (column...

    Pim Pim
    Discussions |
    Feb 20, 2023 12:28 AM
    1849 views | 2 replies

Latest Discussions

  • Delete selected data in the cell

    HelloI have table and I would like to delete specific data in cell.for example with this condition as well:1) if CORNER = VMAX2) if MODUL = IIH3) if PARAMETR = GPIO & MIPI4) if LO_LIMIT is not 0Delete the data of LO_LIMIT for these criteria  at the end I would like to receive data tablecan you assist me in JSL script for this task?

    Dennisbur Dennisbur
    Discussions |
    Feb 21, 2023 1:45 AM
    952 views | 1 replies
  • Dynamically put selected Local Data Filter parameter to y-axis label on a chart

    I have got a three column data. Column - 1 is "Part ID", Column-2 is "Tested Parameter Name" and Column - 3 is "Measured value" of each tested parameter.There are five test parameters for each part so the Part ID changes after every 5 row entries.I am plotting "Measured value" of the tested parameter on y-axis and "Part ID" on the x-axis.I have got local data filter open on the "Tested Parameter N...

    Neo Neo
    Discussions |
    Feb 17, 2023 7:28 AM
    3451 views | 7 replies
  • problème importation date à partir d'excel

    bjr, j'ai ce fichier excel avec 2 colonnes date. quand j'importe directement dans Jmp, la prévisualisation donne ceci:quand j'importe, j'ai ceci:si je passe par un script comme ceci:Names Default To Here( 1 ); dt1 = Open( "/E:/Pb date.xlsx", Worksheets( "Feuil1" ), Use for all sheets( 1 ), Concatenate Worksheets( 0 ), Create Concatenation Column( 0 ), Worksheet Settings( 1, ...

    Françoise Françoise
    Discussions |
    Feb 14, 2023 10:39 PM
    3138 views | 3 replies
  • How to use JSL to split a contiguous binary file into segments in bytes?

    This is what happens after reading binary files with JSL:It's segmented by 12 bytes
    b = Load Text File( "……\abc.spr", blob() );Thanks Experts! 

    lala lala
    Discussions |
    Feb 12, 2023 11:56 PM
    2379 views | 6 replies
  • How to rename JMP column name with () in it

    Hi, I would like to rename a column with column name "Error(%)" to "Error_Percentage. May i know how to write a JMP script for this? thanks

    kendy kendy
    Discussions |
    Feb 9, 2023 10:11 PM
    1050 views | 1 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
    910 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