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 Column() to convert multiple items?

    In the following JSL, I want to delete columns using a List method. However, when selecting multiple options, only the first selected item is deleted. This is because Column() cannot handle the conversion of multiple column names selected.
    Is there a more straightforward way to achieve the deletion of multiple items besides using a For loop to delete each column one by one? dt = Open( "$SAMPLE_DAT...

    BabyDoragon BabyDoragon
    Discussions |
    May 15, 2025 4:39 AM
    589 views | 1 replies
  • JMP Scripting - Presentation/Journal

    Hello JMP Team,   I need some help outputting my journal to a presentation. The thing is, I want the presentation to use the specific pptx theme. > 'jour << Save Presentation("' + tech_epi + "\\" + tech_epi + '.pptx", Template("C:\\Code\\Scripts\\PCM CPK Automation\\TrendChart-template.pptx"));\n'   Currently, inside my template.pptx, it only has 1 slide inside it. A empty title slide. But the tit...

    AdditiveLamb108 AdditiveLamb108
    Discussions |
    May 14, 2025 5:44 AM
    1540 views | 6 replies
  • How to make a new column with experiment number in a data table with stacked repeating continuous data?

    Hi,   I have a data table with repeating continuous experiments. So the data is already stacked. I have a column where each new experiment starts with 1 then 2 and so on until last measurement. I want to create a new column with experiment number, so every time the other column starts with 1 that is the start of another experiment.  I have tried writing this script with help from AI but it does no...

    WhiteCow2000 WhiteCow2000
    Discussions |
    May 14, 2025 1:15 AM
    1906 views | 8 replies
  • using plugin for automation

    I have found a Split and Set Spec Limits plugin I would like to use in my automation.  When I use the plugin no activity is recorded in the log file (which is likely expected given I am using a plugin). Is it possible to use it in the workflow or the JSL script?

    andrey andrey
    Discussions |
    May 13, 2025 1:31 PM
    721 views | 2 replies
  • Data Filter in JSL script running slow

    I am trying to create a JSL script that will utilize data filter and select ~180 tests of interest in "ITEM_NAME" column and create a new table. When I use Data Filter and run it manually it doesn't have any delays. Though when I try to automate the process it takes ~15 minutes to create the new table. What can I do to make it run more efficiently? Open( "$DOCUMENTS/test.jmp" ); ref10 = Data Tabl...

    andrey andrey
    Discussions |
    May 13, 2025 1:30 PM
    2335 views | 7 replies

Latest Discussions

  • JMP Scripting - Presentation/Journal

    Hello JMP Team,   I need some help outputting my journal to a presentation. The thing is, I want the presentation to use the specific pptx theme. > 'jour << Save Presentation("' + tech_epi + "\\" + tech_epi + '.pptx", Template("C:\\Code\\Scripts\\PCM CPK Automation\\TrendChart-template.pptx"));\n'   Currently, inside my template.pptx, it only has 1 slide inside it. A empty title slide. But the tit...

    AdditiveLamb108 AdditiveLamb108
    Discussions |
    May 14, 2025 5:44 AM
    1540 views | 6 replies
  • using plugin for automation

    I have found a Split and Set Spec Limits plugin I would like to use in my automation.  When I use the plugin no activity is recorded in the log file (which is likely expected given I am using a plugin). Is it possible to use it in the workflow or the JSL script?

    andrey andrey
    Discussions |
    May 13, 2025 1:31 PM
    721 views | 2 replies
  • Is this a BUG?What is the speed of inserting code during JSL editing in JMP 18?

    I often insert a large amount of code instantly through the input method in the JSL editor.It has long been found that it has been very slow since JMP18, and this phenomenon did not occur in previous versions.
    Now I'm using EmEditor to write JSL.


    lala lala
    Discussions |
    May 8, 2025 7:07 AM
    1726 views | 7 replies
  • Can the width of the X-axis of the grouped graphics be set separately?

    For example, after I draw the graph like this, the widths of these two x-axes are set to be different.   Thanks! dt=Open("$SAMPLE_DATA/Big Class.jmp"); d2=dt<<Summary(Group(2,3),sum(4),Freq("0"),Weight("0"),Link to original data table(0),statistics column name format("column")); Column(d2,3)<<set name("S"); d1=dt<<Summary(Group(3),Freq("0"),Weight("0"),Link to original data table(0),statistics col...

    lala lala
    Discussions |
    May 7, 2025 1:55 PM
    2929 views | 15 replies
  • Installation

    I tried installing jmp but an error is showing "you don't have necessary administrative privileges to install this software ", anybody plz help

    Ismaeel09 Ismaeel09
    Discussions |
    May 6, 2025 4:36 AM
    1271 views | 4 replies

Latest Discussions

  • 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
    557 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
  • 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
    607 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    491 views | 0 replies
view all discussions