cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Conditionally include box elements in a New Window();

    I'm creating a custom column select GUI using New Window(), and the list of columns that need to be selected depend on the option selected in a previous window. How do I conditionally set which Box elements exist in the window? (in the figure, only orange exists if single was selected, only green if double).               I've tried something with Match() (commented out in the script) but no luck...

    EOwl EOwl
    Discussions |
    Jul 27, 2026 5:32 AM
    115 views | 3 replies
  • JSL Error When Requesting Number of Columns in a Matrix

    I have the following data table: I imported this data table into a JSL matrix Data1 = Data Table( Current Data Table() ) << Get All Columns As Matrix; This produced the following matrix named Data 1 : [ 23 24 25 26,  22 23 . .,  23 22 . .] I requested the number of columns in this matrix: c = ncol(Data1); This generated the following error message: Cannot set value for the column 'C' because the ...

    PriorChinchilla PriorChinchilla
    Discussions |
    Jul 27, 2026 2:12 AM
    127 views | 4 replies
  • Only get files and not sub-directories with Files In Directory( )

    Is there a simple way to use Files In Directory( ) to only get files and not sub-directories in a specified directory.   I guess one approach would be to use the recursive(1) option, and then filter out from the list the strings that have a "/" in them, but seems there aught to be a simpler way.  

    MathStatChem MathStatChem
    Discussions |
    Jul 23, 2026 7:33 AM
    92 views | 1 replies
  • Cannot connect ODBC to SQLExport

    Hello,
    I am using the ODBC connection tool & can create a link to the database (MonTech) not to the SQLExport & the tables within. Can anyone help? thanks    

    lisaash lisaash
    Discussions |
    Jul 23, 2026 5:57 AM
    85 views | 1 replies
  • Is it possible to script Graph Builder to bring reference lines to the front

    Is there way through JSL to move reference lines to the front of the plot so that they are clearly visible over the datapoints?
    I know I can right-click, customize on within individual frame boxes and manually reorder the items in the list, but i'd like to do this via JSL if possible.

    Appreciate any suggestions/feedback you might have. 
    Thanks,
    Ray   Code to replicate the graph above.   names default...

    rbfinner rbfinner
    Discussions |
    Jul 22, 2026 11:37 AM
    158 views | 3 replies

Latest Discussions

  • Only get files and not sub-directories with Files In Directory( )

    Is there a simple way to use Files In Directory( ) to only get files and not sub-directories in a specified directory.   I guess one approach would be to use the recursive(1) option, and then filter out from the list the strings that have a "/" in them, but seems there aught to be a simpler way.  

    MathStatChem MathStatChem
    Discussions |
    Jul 23, 2026 7:33 AM
    92 views | 1 replies
  • Cannot connect ODBC to SQLExport

    Hello,
    I am using the ODBC connection tool & can create a link to the database (MonTech) not to the SQLExport & the tables within. Can anyone help? thanks    

    lisaash lisaash
    Discussions |
    Jul 23, 2026 5:57 AM
    85 views | 1 replies
  • batch table transformation: generate vector columns

    What is the fastest way to generate Vector Columns from a tall table in JMP?

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); // Data table summary // → Data Table( "Summary of Big Class Families grouped by age etc." ) tmp = dt << Summary( Group( :age, :sex, :height, :weight ) ); // New formula columns tmp << New Column( "Rank", Formula( Col Rank( 1, :age, :sex ...

    hogi hogi
    Discussions |
    Jul 21, 2026 10:55 AM
    68 views | 1 replies
  • Creating a JMP Workflow Dashboard for Presentation Preparation

    I am trying to create a JMP workflow to organise the materials for my presentation. Essentially, I would like to build something similar to the slide shown in the attached image. Could anyone advise on how this can be done within JMP, or suggest the best JMP tools for creating a presentation‑style workflow?   

    Madhu_Acharyya Madhu_Acharyya
    Discussions |
    Jul 20, 2026 5:30 AM
    186 views | 3 replies
  • HPLC Equivalence Study: Simultaneous Change of Instrument and Column

    Hello everyone, I would appreciate your advice on the most appropriate statistical approach for an HPLC equivalence study. Background We need to demonstrate equivalence between our current and future HPLC systems. However, two factors are changing simultaneously: the HPLC instrument;the chromatographic column. In routine use, these changes will not necessarily be implemented simultaneously, but th...

    BayesKnight BayesKnight
    Discussions |
    Jul 20, 2026 3:14 AM
    213 views | 1 replies

Latest Discussions

  • PLS2 NIPALS Root Mean Square PRESS

    1.  How to get PRESS values in JMP when using PLS2 NIPALS and Leave out One data ? 2.  When finding RMS PRESS using hand written code I get matching answers for toy problems using (n-1)*k as averaging factor where n is no. of observations and y is number of responses.   3.  But in large problems like Baltic or Gasoline the RMS PRESS was not matching with handwritten code.   But coefficients of the...

    MarginOfWildcat MarginOfWildcat
    Discussions |
    Jul 16, 2026 8:47 AM
    87 views | 0 replies
  • SPC: Run test 2

    The customised run test2, can be customised from 7 to 11, say you set it to 7 and you have 7 + another 11 points all below the centerline why does the process screen function.  Why does it

    1) Record 11 as the number of alarms, where in fact there is only 1 single stepchange
    2) Surely it shoud just record 1, as there is only 1 stepchange that affect 7+11 points.  You are not goin to ivestigate all 18...

    Gadsdon Gadsdon
    Discussions |
    Jun 17, 2026 7:18 AM
    361 views | 0 replies
  • JMP Live Event Queue Freeze - Jobs Stalling and Event Queue Backlog

    Our company uses JMP Live, version 19.0.2 We make use of JMP Live's event scheduler to automatically refresh reports via SQL queries. Typically our data refresh jobs <1 minute to complete with a handful that take 2-3 minutes at most.  However, at least once a week, our scheduled refresh pool becomes "stuck". Data refreshes and reports which usually take seconds to complete instead stay active in t...

    MetaParrot539 MetaParrot539
    Discussions |
    Jun 9, 2026 7:55 AM
    469 views | 0 replies
  • Simulation de Monte-Carlo - Profileur

    Bonjour, A quoi correspondent les lignes rouges (en trait plein) dans les graphiques du profileur de défauts ? En fait, parfois il y a 2 lignes rouges  qui se coupent et quand on ajoute les ordonnées d'un point de l'une des deux lignes rouges avec l'ordonnée d'un point de même abscisse mais de l'autre ligne rouge  on obtient l'ordonnée d'un point de la ligne noire. Le learnbot n'a pas su me répond...

    rugolf rugolf
    Discussions |
    Jun 1, 2026 9:04 AM
    458 views | 0 replies
  • JMP Live Local Data Filter Auto Update off by default?

    I've published a JMP Live report and realized the Auto-Update is true/on by default in Local Data Filter. Is there an option to turn that off by default?? This will be very helpful as I don't have to uncheck it every time I load the report. When multi-selecting the filters, I often realize after selecting first option since it tries to re-load the entire report and it takes time to reload with lar...

    DarthYoda DarthYoda
    Discussions |
    May 29, 2026 10:11 PM
    431 views | 0 replies
view all discussions