cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • DOE viscosité : mélange ou facteurs continus ? Gestion des contraintes et additifs catégoriels

    Nous nous demandons si notre manière de poser le problème de DOE dans un custom design est appropriée. Notre objectif est d’étudier l’influence sur la viscosité de trois familles d’additifs épaississants ainsi que leurs interactions. Les additifs sont regroupés selon leur effet déclaré lorsqu’ils sont utilisés seuls : bas, moyen et haut gradient de cisaillement. Les interactions entre additifs agi...

    Pierrick Pierrick
    Discussions |
    Mar 3, 2026 11:58 AM
    266 views | 1 replies
  • Is there a way I can refresh the 'Source' data without it launching a new table? Or is it possible for the saved scripts to get carried over into the new table?

    Is there a way I can refresh the 'Source' data without it launching a new table? Or is it possible for the saved scripts to get carried over into the new table? I have set up a template to monitor our processes. The data table is linked to a sharepoint file that is a living document that will be updated on occasion.  The goal was to never have to manually copy / import anything into jmp but have a...

    LambdaErmine807 LambdaErmine807
    Discussions |
    Mar 3, 2026 11:57 AM
    568 views | 4 replies
  • How to speed up Data Table Operations (e.g Stack, Split, ...)?

    I often need to Stack very large tables with millions of rows, do some operation and then Split the table.
    What options are there to speed all this up besides working with "invisible" data tables in the jsl code?

    I'm familiar with the command Begin/End Data Update, however I'm not sure it's relevant here or has any improvement on top of invisible tables.  

    shuey shuey
    Discussions |
    Mar 3, 2026 6:54 AM
    459 views | 5 replies
  • How to make Uppercase, Regex and Contain function efficient?

    I have a script to that takes user input and scanned through the entire table and tag the user input in the new column. I have tables with >10M rows and this script is taking few minutes. How can I make it faster? Thanks in advance.  // Capture the start time start_time = Tick Seconds(); // --- Setup & guards --- dt = Current Data Table(); If( Is Empty( dt ), Throw( "No active data table." )); ...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Mar 3, 2026 6:47 AM
    388 views | 3 replies
  • Python integration get column properties

    Hi, Is there a way to get column properties from JMP data table (such as "Design role" and "Factor changes") in python, if I use df = jmp.current() as a reference to the opened JMP data table?
    I am aware of df[0].dtype and df[0].mtype to get data type and modeling type properties, but I would like to list the factors and responses in python from a DoE generated table. Thanks!

    aatw aatw
    Discussions |
    Mar 2, 2026 10:45 AM
    971 views | 12 replies

Latest Discussions

Latest Discussions

  • JMP Window ordering and confusion

    How do I get newly opened JMP files to appear as the top window in my apps. How many times have I mistaken the newly opened for the currently opened. Very, VERY annoying.

    EQ_Engineer EQ_Engineer
    Discussions |
    Feb 26, 2026 2:44 PM
    210 views | 0 replies
  • Color Coding Categorical Report

    When I create a Categorical Report to look at data, I would LOVE if the "Total"/"Total Responses" line could be bold or in a different color to easily stand out. Is this possible to do?

    BackwardWords96 BackwardWords96
    Discussions |
    Feb 19, 2026 10:36 AM
    152 views | 0 replies
  • string - or function

    In a code, the coding for the expression handling was wrong and produced a surprising result.

    I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.   an example: x= "hello"; type(x); // -> string X(5) // -> "hello"   After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
    ...  and JMP will return the content of x.   someho...

    hogi hogi
    Discussions |
    Jan 28, 2026 3:59 AM
    266 views | 0 replies
  • Need help with random errors on script start AFTER the previous run finished

    Never mind, I figured it out - one of the functions had Eval() which was evaluating right when script starts.   I am writing a simple GUI prototype: List of tables in a combo box, button to add\open table and Filter Col Box with column names of the currently selected table. Everything works on the first run - tables are switched, columns are displayed, combobox reacts to tables being added, closed...

    miguello miguello
    Discussions |
    Dec 15, 2025 10:40 AM
    1076 views | 0 replies
  • Analyzing and Interpreting a Mixture of Mixtures Model

    I created a mixture of mixtures test plan. Now that the data are collected, I'm not sure how to interpret the results. Can I get help to verify that I designed the experiment correctly, and also walk me through how to interpret the results? I am studying the friction of asphalt surfaces, and specifically the effects of aggregate type, aggregate blend ratios on coarse and fine fractions, and asphal...

    bryantw bryantw
    Discussions |
    Dec 5, 2025 12:56 PM
    511 views | 0 replies
view all discussions