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

  • I want to use a value in a numeric column to create a reference to the same column number

    I generated a column with integers that I now want to use to reference values in columns of the same number.  Column 9 contains the number indicating which column should be referenced by a formula in Column 10.  Below are several things that don't work.        

    SpannerHead SpannerHead
    Discussions |
    Sep 30, 2025 11:49 PM
    751 views | 5 replies
  • JSL implementation of merged cell display format similar to the tabulation function. JMP17

    When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.

    【My Challenges】
    JMP17
    1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...

    DunnRankBudgie8 DunnRankBudgie8
    Discussions |
    Sep 29, 2025 1:50 AM
    612 views | 2 replies
  • How to convert a number to string using specific format? For instance: {"Scientific", 12}

    As a subject suggests, I need to convert a number to string using a specific format. To be precise: I have a handle on GB plot, and Text() near that handle that outputs current coordinates of the handle: Text( Erased, {box:exx, box:exy} + box:axisRange * 0.01, "(" || Char( Round( box:exx, 2 ) ) || "," || Char( Round( box:exy, 2 ) ) || ") " ) ; On some plots the Y Axis is very small and is displaye...

    miguello miguello
    Discussions |
    Sep 28, 2025 11:38 PM
    1446 views | 6 replies
  • Regarding the issue of generating dynamic variable names using nested loops

    Regarding the dynamic variable issue, here is the JSL below. I want to generate variable names combining fruit and month, for example, Apple_Jun. However, the following JSL does not run. How should I fix it?   FruitList = {"Apple", "Banana", "Cherry", "Durian", "Entawak"}; MonthList = {"_Jan", "_Feb", "_March", "_April", "_May"}; For( count = 1, count <= N Items( FruitList ), count++, For( countM...

    BabyDoragon BabyDoragon
    Discussions |
    Sep 28, 2025 9:37 AM
    840 views | 4 replies
  • Execute Data Filter, then close it.

    Well, this has probably been answered a million times, but I cant find what I'm looking for exactly, so I thought I would ask... Here is a JMP Script for a Data Table I am using.   Current Data Table() << Data Filter( Location({751, 160}), Show Histograms and Bars(0), Mode(Show(1), Include(1)), Add Filter(columns(:GUN), Where(:GUN == "D")) ); Edit (jthi): added jsl formatting   After it execu...

    Newbie_1 Newbie_1
    Discussions |
    Sep 26, 2025 6:51 PM
    422 views | 1 replies

Latest Discussions

  • JSL implementation of merged cell display format similar to the tabulation function. JMP17

    When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.

    【My Challenges】
    JMP17
    1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...

    DunnRankBudgie8 DunnRankBudgie8
    Discussions |
    Sep 29, 2025 1:50 AM
    612 views | 2 replies
  • Regarding the issue of generating dynamic variable names using nested loops

    Regarding the dynamic variable issue, here is the JSL below. I want to generate variable names combining fruit and month, for example, Apple_Jun. However, the following JSL does not run. How should I fix it?   FruitList = {"Apple", "Banana", "Cherry", "Durian", "Entawak"}; MonthList = {"_Jan", "_Feb", "_March", "_April", "_May"}; For( count = 1, count <= N Items( FruitList ), count++, For( countM...

    BabyDoragon BabyDoragon
    Discussions |
    Sep 28, 2025 9:37 AM
    840 views | 4 replies
  • Execute Data Filter, then close it.

    Well, this has probably been answered a million times, but I cant find what I'm looking for exactly, so I thought I would ask... Here is a JMP Script for a Data Table I am using.   Current Data Table() << Data Filter( Location({751, 160}), Show Histograms and Bars(0), Mode(Show(1), Include(1)), Add Filter(columns(:GUN), Where(:GUN == "D")) ); Edit (jthi): added jsl formatting   After it execu...

    Newbie_1 Newbie_1
    Discussions |
    Sep 26, 2025 6:51 PM
    422 views | 1 replies
  • robust column reference

    After a few minutes coding with JSL, users wonder about strange objects like :sex in    dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); x = :sex     Expert users have some experience with such column references and use them all the time.
    But what is :sex ? Is  dt:sex  more robust? Where do I find a documentation ?

    Let's collect and share some insights. Please add your thoughts and correct my posts if yo...

    hogi hogi
    Discussions |
    Sep 26, 2025 2:13 PM
    3607 views | 17 replies
  • variables, symbols and names

    in JSL, what is the difference between a variable, a "symbol" and a "name"?   var=Expr(1+2); Name Expr(var); // return the expression which is stored in the name "var" - so var is a name? Clear Symbols(var); // how can I clear a "symbol" if it's actually a "name"

    hogi hogi
    Discussions |
    Sep 23, 2025 9:42 PM
    602 views | 3 replies

Latest Discussions

  • 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
    515 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
    552 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
    577 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
    611 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    606 views | 0 replies
view all discussions