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 to use Name Expr of functions inside dt << New Script

    I have a JSL script that has the following:
    There is a function stored in a variable toJournal: toJournal = Function({}, //some commands ); I want to call this function inside a New Script message: dt << New Script("save presentation",
    toJournal();
    journal << save presentation();
    ); however due to name scope where I use names default to here(1) in my main script, the function toJournal isn't know...

    shuey shuey
    Discussions |
    Oct 15, 2025 5:05 AM
    247 views | 1 replies
  • JSL Script to combine reports into a single journal - broken in 19 - What is wrong with my ugly script?

    I have a monthly run of capability reports to run, and the internal customer really likes the Capability Explorer from the marketplace - and why not it's really good. My problem is I have 60 individual reports to collate (it makes one per column) - So I wrote (hacked) this JSL which collected selected reports into a journal that I could export to a pdf - it all worked fine (apart from the auto-clo...

    NeillSM NeillSM
    Discussions |
    Oct 15, 2025 1:19 AM
    331 views | 2 replies
  • Topic Containers

    Trunk of the tree - here are the branches:

    hogi hogi
    Discussions |
    Oct 14, 2025 9:16 AM
    5094 views | 14 replies
  • JSL Test Mean

    Trying to script a Test Means function in the ANALYZE DISTRIBUTION.  I have populated spec limits with target from a separate data.  Is there a way to script this either using the stored Target from column properties or from the sheet I loaded the column properties from so I don't have to hardcode the test to value.   I am surprised that there does not appear to be a way to just use this value whe...

    Jflood Jflood
    Discussions |
    Oct 14, 2025 5:58 AM
    490 views | 3 replies
  • How to Dynamically Add Element Statements for a Graph using JSL

    Hey guys I'm pretty new to JMP and JSL, but am pretty familiar with coding.  I'm trying to create a JSL script that will take a list of parameters names (that I define in the "PlotVars" array) and then plot them all in separate plots on the same graph.  I want this script to work regardless of how many parameters are defined in this array (in case I want to add or subtract parameters for each use)...

    JmpAround182 JmpAround182
    Discussions |
    Oct 13, 2025 12:54 PM
    600 views | 4 replies

Latest Discussions

  • Topic Containers

    Trunk of the tree - here are the branches:

    hogi hogi
    Discussions |
    Oct 14, 2025 9:16 AM
    5094 views | 14 replies
  • Open files from same directory for Workflow

    Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...

    Gab_K Gab_K
    Discussions |
    Oct 8, 2025 10:19 AM
    988 views | 1 replies
  • Col score & Col N unique

    Add dense ranking to Ranking Tie and Col Rank functions  Col N Categories (:green_heart:)    new in JMP19 : New in Graph Builder for JMP 19    very helpful : )  

    Details you should be aware of: 1) excluded rows are not included in the calculation
    [ very useful, along the idea of Formula Editor: meaningful results with excluded rows , nevertheless:  somewhat inconsistent, in view of the behavior ...

    hogi hogi
    Discussions |
    Oct 8, 2025 4:00 AM
    706 views | 4 replies
  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    311 views | 0 replies
  • How should elements in a matrix be represented using variables?

    How should elements in a matrix be represented using variables? For example, in following JSL, [1 -3] works properly, but [1 a] causes an error. How can this be fixed?     Names Default To Here( 1 ); Word( [1 -3], "This is an apple", " " ); a=-3; Word( [1 a], "This is an apple", " " );  

    BabyDoragon BabyDoragon
    Discussions |
    Oct 7, 2025 2:35 AM
    226 views | 1 replies

Latest Discussions

  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    311 views | 0 replies
  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    554 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    578 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    612 views | 0 replies
view all discussions