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

  • 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
    398 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
    972 views | 12 replies
  • JMP 19.0.4 Windows > How Do I Convert JMP 17 script that include R functions (some deprecated)

    Hi, I have a couple of simple scripts that call R functions I created in JMP 17. I upgraded JMP to its latest version (19.0.4), and these scripts no longer work. The documentation is a bit thin about the integration of R into the Python environment, so your help would be highly appreciated. Names default to here (1); dt = current data table (); nw = New Window ("ENSEMBL_ID COLUMN SELECTION", <...

    Thierry_S Thierry_S
    Discussions |
    Mar 2, 2026 9:20 AM
    306 views | 3 replies
  • how to check for Common Method Bias

    Please let me know step by step method to perform Common Method Bias in JMP Pro 18

    Pradeep_Pai Pradeep_Pai
    Discussions |
    Mar 2, 2026 6:34 AM
    6664 views | 14 replies
  • close data table without save

    If a JSL script is running ...

    When I select 2++ data tables in the Window list and press DEL, I get the dialog: On the other hand, when I select a single file and try to close it, the save file dialog opens - without the option to say : Don't save. -> any trick to close a singe data table when a script is running?  

    hogi hogi
    Discussions |
    Mar 1, 2026 6:02 PM
    291 views | 3 replies

Latest Discussions

  • 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
    398 views | 3 replies
  • JMP 19.0.4 Windows > How Do I Convert JMP 17 script that include R functions (some deprecated)

    Hi, I have a couple of simple scripts that call R functions I created in JMP 17. I upgraded JMP to its latest version (19.0.4), and these scripts no longer work. The documentation is a bit thin about the integration of R into the Python environment, so your help would be highly appreciated. Names default to here (1); dt = current data table (); nw = New Window ("ENSEMBL_ID COLUMN SELECTION", <...

    Thierry_S Thierry_S
    Discussions |
    Mar 2, 2026 9:20 AM
    306 views | 3 replies
  • how to check for Common Method Bias

    Please let me know step by step method to perform Common Method Bias in JMP Pro 18

    Pradeep_Pai Pradeep_Pai
    Discussions |
    Mar 2, 2026 6:34 AM
    6664 views | 14 replies
  • close data table without save

    If a JSL script is running ...

    When I select 2++ data tables in the Window list and press DEL, I get the dialog: On the other hand, when I select a single file and try to close it, the save file dialog opens - without the option to say : Don't save. -> any trick to close a singe data table when a script is running?  

    hogi hogi
    Discussions |
    Mar 1, 2026 6:02 PM
    291 views | 3 replies
  • AI + JSL

    Thanks a lot  for your effort to make AI capable of programming JSL code.
    The improvements over the last few months and weeks are incredible!

    where did the improvements come from?

    hogi hogi
    Discussions |
    Mar 1, 2026 10:14 AM
    1670 views | 12 replies

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
    213 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
    154 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
    267 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
    513 views | 0 replies
view all discussions